Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdtop.crossoverjie.opensource |
ArtifactId | ArtifactIddistributed-redis-lock |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptiondistributed-lock
This is a simple distributed lock based on Redis.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-lock/ -->
<dependency>
<groupId>top.crossoverjie.opensource</groupId>
<artifactId>distributed-redis-lock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-lock/
implementation 'top.crossoverjie.opensource:distributed-redis-lock:1.0.0'
// https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-lock/
implementation ("top.crossoverjie.opensource:distributed-redis-lock:1.0.0")
'top.crossoverjie.opensource:distributed-redis-lock:jar:1.0.0'
<dependency org="top.crossoverjie.opensource" name="distributed-redis-lock" rev="1.0.0">
<artifact name="distributed-redis-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.crossoverjie.opensource', module='distributed-redis-lock', version='1.0.0')
)
libraryDependencies += "top.crossoverjie.opensource" % "distributed-redis-lock" % "1.0.0"
[top.crossoverjie.opensource/distributed-redis-lock "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.9.5 |
org.easymock : easymock | jar | 3.2 |