is not current version
Last Version 2.10.1

com.github.sazzad16:jedis 2.10.0

A java client for github.com/antirez/redis, a fork of github.com/xetorthio/jedis

Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.github.sazzad16
ArtifactId

ArtifactId

jedis
Version

Version

2.10.0
Type

Type

jar

Download jedis 2.10.0


<!-- https://jarcasting.com/artifacts/com.github.sazzad16/jedis/ -->
<dependency>
    <groupId>com.github.sazzad16</groupId>
    <artifactId>jedis</artifactId>
    <version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sazzad16/jedis/
implementation 'com.github.sazzad16:jedis:2.10.0'
// https://jarcasting.com/artifacts/com.github.sazzad16/jedis/
implementation ("com.github.sazzad16:jedis:2.10.0")
'com.github.sazzad16:jedis:jar:2.10.0'
<dependency org="com.github.sazzad16" name="jedis" rev="2.10.0">
  <artifact name="jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sazzad16', module='jedis', version='2.10.0')
)
libraryDependencies += "com.github.sazzad16" % "jedis" % "2.10.0"
[com.github.sazzad16/jedis "2.10.0"]