is not current version
Last Version 2.10.1

com.github.sazzad16:jedis 2.9.2

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.9.2
Type

Type

jar

Download jedis 2.9.2


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