License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface Jedis |
GroupId | GroupIdredis.clients |
ArtifactId | ArtifactIdjedis |
Last Version | Last Version4.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJedis
Jedis is a blazingly small and sane Redis java client.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jedis-4.2.3.pom | |
jedis-4.2.3.jar | 136 KB |
jedis-4.2.3-sources.jar | 85 KB |
jedis-4.2.3-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/redis.clients/jedis/ -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/redis.clients/jedis/
implementation 'redis.clients:jedis:4.2.3'
// https://jarcasting.com/artifacts/redis.clients/jedis/
implementation ("redis.clients:jedis:4.2.3")
'redis.clients:jedis:jar:4.2.3'
<dependency org="redis.clients" name="jedis" rev="4.2.3">
<artifact name="jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='redis.clients', module='jedis', version='4.2.3')
)
libraryDependencies += "redis.clients" % "jedis" % "4.2.3"
[redis.clients/jedis "4.2.3"]
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 |
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-inline | jar | 3.12.4 |