1.0.0-beta1 is up on Clojars, fixes #7
This commit is contained in:
parent
58dc7574eb
commit
698cb832e1
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -37,7 +37,25 @@ together with documentation guides and dedicated website.
|
||||||
|
|
||||||
## Artifacts
|
## Artifacts
|
||||||
|
|
||||||
Snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger) every 24 hours.
|
### The Most Recent Release
|
||||||
|
|
||||||
|
With Leiningen:
|
||||||
|
|
||||||
|
[com.novemberain/monger "1.0.0-beta1"]
|
||||||
|
|
||||||
|
|
||||||
|
With Maven:
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.novemberain</groupId>
|
||||||
|
<artifactId>monger</artifactId>
|
||||||
|
<version>1.0.0-beta1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
### Snapshots
|
||||||
|
|
||||||
|
If you are comfortable with usugin snapshots, snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger) every 24 hours.
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue