j

jedis

A fork of https://github.com/xetorthio/jedis
https://github.com/sazzad16/jedis
MIT
Mohammad Sazzadul Hoque
文件下载
文件名 操作
jedis-2.9.1.jar 下载
jedis-2.9.1.pom 下载
jedis-2.9.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.sazzad16</groupId>
  <artifactId>jedis</artifactId>
  <version>2.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.sazzad16:jedis:2.9.1'
Gradle Kotlin
implementation("com.github.sazzad16:jedis:2.9.1")
Scala SBT
libraryDependencies += "com.github.sazzad16" % "jedis" % "2.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sazzad16', module='jedis', version='2.9.1')
)
Apache Ivy
<dependency org="com.github.sazzad16" name="jedis" rev="2.9.1" />
Leiningen
[com.github.sazzad16/jedis "2.9.1"]
Apache Buildr
'com.github.sazzad16:jedis:jar:2.9.1'