kithara

A Clojure RabbitMQ client based on Lyra.

Leiningen/Boot

[kithara "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

kithara/kithara {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("kithara:kithara:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>kithara</groupId>
  <artifactId>kithara</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>