License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-dlock-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionddth-dlock-redis
DDTH's Distributed Lock library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ddth-dlock-redis-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-dlock-redis/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-dlock-redis</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dlock-redis/
implementation 'com.github.ddth:ddth-dlock-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dlock-redis/
implementation ("com.github.ddth:ddth-dlock-redis:1.0.0")
'com.github.ddth:ddth-dlock-redis:pom:1.0.0'
<dependency org="com.github.ddth" name="ddth-dlock-redis" rev="1.0.0">
<artifact name="ddth-dlock-redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-dlock-redis', version='1.0.0')
)
libraryDependencies += "com.github.ddth" % "ddth-dlock-redis" % "1.0.0"
[com.github.ddth/ddth-dlock-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.1.0 |
com.github.ddth : ddth-commons-jedis | pom | 1.1.0 |
com.github.ddth : ddth-commons-core | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
org.slf4j : slf4j-simple | jar | 1.7.25 |