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