This project is extremely young and documentation is under heavy development. Nothing to see here yet, move along.
This section will be updated as the API and documentation mature.
Project artifacts are released to Clojars.
Add the following repository definition to your build.gradle
:
repositories {
maven {
url "http://clojars.org/repo"
}
}
The most recent release is
compile "com.novemberain.green-bunny:green-bunny:1.0.0-rc1"
Add the following repository definition to your pom.xml
:
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
The most recent release is
<dependency>
<groupId>com.novemberain.green-bunny</groupId>
<artifactId>green-bunny</artifactId>
<version>1.0.0-rc1</version>
</dependency>
Michael Klishin, 2014.