License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdio.split.client |
ArtifactId | ArtifactIdredis-wrapper |
Version | Version1.0.0-rc1 |
Type | Typejar |
Description |
DescriptionPackage for Redis Wrapper Implementation
Implements Redis Pluggable Storage
|
Filename | Size |
---|---|
redis-wrapper-1.0.0-rc1.pom | |
redis-wrapper-1.0.0-rc1.jar | 8 KB |
redis-wrapper-1.0.0-rc1-sources.jar | 4 KB |
redis-wrapper-1.0.0-rc1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.split.client/redis-wrapper/ -->
<dependency>
<groupId>io.split.client</groupId>
<artifactId>redis-wrapper</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.split.client/redis-wrapper/
implementation 'io.split.client:redis-wrapper:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.split.client/redis-wrapper/
implementation ("io.split.client:redis-wrapper:1.0.0-rc1")
'io.split.client:redis-wrapper:jar:1.0.0-rc1'
<dependency org="io.split.client" name="redis-wrapper" rev="1.0.0-rc1">
<artifact name="redis-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.split.client', module='redis-wrapper', version='1.0.0-rc1')
)
libraryDependencies += "io.split.client" % "redis-wrapper" % "1.0.0-rc1"
[io.split.client/redis-wrapper "1.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
io.split.client : pluggable-storage | jar | 1.0.0-rc1 |
redis.clients : jedis | jar | 3.7.0 |
com.google.guava : guava | jar | 30.0-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |