License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdcom.alidaodao.app |
ArtifactId | ArtifactIdredis-client |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionalidaodao-app-redis
redis connection tool helper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-client-1.0.2.pom | |
redis-client-1.0.2.jar | 20 KB |
redis-client-1.0.2-sources.jar | 7 KB |
redis-client-1.0.2-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alidaodao.app/redis-client/ -->
<dependency>
<groupId>com.alidaodao.app</groupId>
<artifactId>redis-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alidaodao.app/redis-client/
implementation 'com.alidaodao.app:redis-client:1.0.2'
// https://jarcasting.com/artifacts/com.alidaodao.app/redis-client/
implementation ("com.alidaodao.app:redis-client:1.0.2")
'com.alidaodao.app:redis-client:jar:1.0.2'
<dependency org="com.alidaodao.app" name="redis-client" rev="1.0.2">
<artifact name="redis-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alidaodao.app', module='redis-client', version='1.0.2')
)
libraryDependencies += "com.alidaodao.app" % "redis-client" % "1.0.2"
[com.alidaodao.app/redis-client "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.2.0 |
org.apache.commons : commons-lang3 | jar | 3.9 |
com.alibaba : fastjson | jar | 1.2.62 |