is not current version
Last Version 2.10.1

com.github.sazzad16:jedis 2.9.3

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

Type

jar

Download jedis 2.9.3


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