com.novemberain.green-bunny/green-bunny

Groovy RabbitMQ client heavily inspired by Bunny, March Hare and Langohr


License
Apache-2.0

Documentation

Green Bunny

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.

Maven Artefacts (Dependency Info)

Project artifacts are released to Clojars.

Gradle

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"

Maven

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>

Continuous Integration

Build Status

License

Apache 2.0.

Copyright

Michael Klishin, 2014.