is not current version
Last Version 4.2.3

Jedis 4.0.1

Jedis is a blazingly small and sane Redis java client.

License

License

MIT
Categories

Categories

Redis Data Databases CLI User Interface Jedis
GroupId

GroupId

redis.clients
ArtifactId

ArtifactId

jedis
Version

Version

4.0.1
Type

Type

jar
Description

Description

Jedis
Jedis is a blazingly small and sane Redis java client.
Project URL

Project URL

https://github.com/redis/jedis

Download jedis 4.0.1


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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.32
org.apache.commons : commons-pool2 jar 2.11.1
org.json : json jar 20211205
com.google.code.gson : gson jar 2.8.9

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.slf4j : slf4j-simple jar 1.7.32
com.kohlschutter.junixsocket : junixsocket-core pom 2.4.0
org.mockito : mockito-core jar 3.12.4

Project Modules

There are no modules declared in this project.