| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases CLI User Interface Jedis |
| GroupId | GroupIdredis.clients |
| ArtifactId | ArtifactIdjedis |
| Version | Version4.0.0-beta3 |
| Type | Typejar |
| Description |
DescriptionJedis
Jedis is a blazingly small and sane Redis java client.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jedis-4.0.0-beta3.pom | |
| jedis-4.0.0-beta3.jar | 506 KB |
| jedis-4.0.0-beta3-sources.jar | 261 KB |
| jedis-4.0.0-beta3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/redis.clients/jedis/ -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/redis.clients/jedis/
implementation 'redis.clients:jedis:4.0.0-beta3'
// https://jarcasting.com/artifacts/redis.clients/jedis/
implementation ("redis.clients:jedis:4.0.0-beta3")
'redis.clients:jedis:jar:4.0.0-beta3'
<dependency org="redis.clients" name="jedis" rev="4.0.0-beta3">
<artifact name="jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='redis.clients', module='jedis', version='4.0.0-beta3')
)
libraryDependencies += "redis.clients" % "jedis" % "4.0.0-beta3"
[redis.clients/jedis "4.0.0-beta3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-pool2 | jar | 2.11.1 |
| com.google.code.gson : gson | jar | 2.8.8 |
| org.json : json | jar | 20210307 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
| com.kohlschutter.junixsocket : junixsocket-core | jar | 2.3.2 |
| org.mockito : mockito-core | jar | 3.7.7 |