Last Version

distributed-lock 1.0.0

This is a simple distributed lock based on Redis.

Categories

Categories

Redis Data Databases
GroupId

GroupId

top.crossoverjie.opensource
ArtifactId

ArtifactId

distributed-redis-lock
Version

Version

1.0.0
Type

Type

jar
Description

Description

distributed-lock
This is a simple distributed lock based on Redis.
Source Code Management

Source Code Management

https://github.com/crossoverJie/distributed-lock-redis

Download distributed-redis-lock 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
redis.clients : jedis jar 2.9.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.9.5
org.easymock : easymock jar 3.2

Project Modules

There are no modules declared in this project.