j

jedis

A java client for github.com/antirez/redis, a fork of github.com/xetorthio/jedis
https://github.com/sazzad16/jedis
MIT
Files download
File Operation
jedis-2.10.1.jar download
jedis-2.10.1.pom download
jedis-2.10.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sazzad16</groupId>
  <artifactId>jedis</artifactId>
  <version>2.10.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.sazzad16:jedis:2.10.1'
Gradle Kotlin
implementation("com.github.sazzad16:jedis:2.10.1")
Scala SBT
libraryDependencies += "com.github.sazzad16" % "jedis" % "2.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sazzad16', module='jedis', version='2.10.1')
)
Apache Ivy
<dependency org="com.github.sazzad16" name="jedis" rev="2.10.1" />
Leiningen
[com.github.sazzad16/jedis "2.10.1"]
Apache Buildr
'com.github.sazzad16:jedis:jar:2.10.1'