Skip to content

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

Notifications You must be signed in to change notification settings

michaelklishin/green_bunny

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published