beanstalk-clj

A simple beanstalkd client library for Clojure.

Leiningen/Boot

[beanstalk-clj "0.1.3"]

Clojure CLI/deps.edn

beanstalk-clj/beanstalk-clj {:mvn/version "0.1.3"}

Gradle

implementation("beanstalk-clj:beanstalk-clj:0.1.3")

Maven

<dependency>
  <groupId>beanstalk-clj</groupId>
  <artifactId>beanstalk-clj</artifactId>
  <version>0.1.3</version>
</dependency>