License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdcom.zuoxiaolong |
ArtifactId | ArtifactIddeerlet-redis-client |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.zuoxiaolong:deerlet-redis-client
deerlet is a simple and easy to use for Java redis client, support and spring seamless integration.
|
Project URL |
Project URL |
Filename | Size |
---|---|
deerlet-redis-client-1.1.pom | |
deerlet-redis-client-1.1.jar | 68 KB |
deerlet-redis-client-1.1-sources.jar | 39 KB |
deerlet-redis-client-1.1-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zuoxiaolong/deerlet-redis-client/ -->
<dependency>
<groupId>com.zuoxiaolong</groupId>
<artifactId>deerlet-redis-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zuoxiaolong/deerlet-redis-client/
implementation 'com.zuoxiaolong:deerlet-redis-client:1.1'
// https://jarcasting.com/artifacts/com.zuoxiaolong/deerlet-redis-client/
implementation ("com.zuoxiaolong:deerlet-redis-client:1.1")
'com.zuoxiaolong:deerlet-redis-client:jar:1.1'
<dependency org="com.zuoxiaolong" name="deerlet-redis-client" rev="1.1">
<artifact name="deerlet-redis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zuoxiaolong', module='deerlet-redis-client', version='1.1')
)
libraryDependencies += "com.zuoxiaolong" % "deerlet-redis-client" % "1.1"
[com.zuoxiaolong/deerlet-redis-client "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.10 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 3.0.0.RELEASE |
org.springframework : spring-context | jar | 3.0.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
redis.clients : jedis | jar | 2.7.0 |