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