Last Version

ddth-dlock 1.0.0

DDTH's Distributed Lock library

License

License

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-dlock
Version

Version

1.0.0
Type

Type

pom
Description

Description

ddth-dlock
DDTH's Distributed Lock library
Project URL

Project URL

https://github.com/DDTH/ddth-dlock
Project Organization

Project Organization

DDTH

Download ddth-dlock 1.0.0

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"]

Dependencies

compile (3)

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

test (3)

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

Project Modules

  • ddth-dlock-core
  • ddth-dlock-redis