org.clojars.mattrepl/jedis

Jedis is a blazingly small and sane Redis java client.

Leiningen/Boot

[org.clojars.mattrepl/jedis "1.3.2-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.mattrepl/jedis {:mvn/version "1.3.2-SNAPSHOT"}

Gradle

implementation("org.clojars.mattrepl:jedis:1.3.2-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.mattrepl</groupId>
  <artifactId>jedis</artifactId>
  <version>1.3.2-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.