beanstalk-clj

A simple beanstalkd client library for Clojure.

Leiningen/Boot

[beanstalk-clj "0.1.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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