is not current version
Last Version 1.0.8

top.lww0511:redis-lock 1.0.2

This is a Java Project that can prevent repeat http request. With Annotation and AOP,  it is very easy and no invade.

Categories

Categories

Redis Data Databases
GroupId

GroupId

top.lww0511
ArtifactId

ArtifactId

redis-lock
Version

Version

1.0.2
Type

Type

jar

Download redis-lock 1.0.2


<!-- https://jarcasting.com/artifacts/top.lww0511/redis-lock/ -->
<dependency>
    <groupId>top.lww0511</groupId>
    <artifactId>redis-lock</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.lww0511/redis-lock/
implementation 'top.lww0511:redis-lock:1.0.2'
// https://jarcasting.com/artifacts/top.lww0511/redis-lock/
implementation ("top.lww0511:redis-lock:1.0.2")
'top.lww0511:redis-lock:jar:1.0.2'
<dependency org="top.lww0511" name="redis-lock" rev="1.0.2">
  <artifact name="redis-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.lww0511', module='redis-lock', version='1.0.2')
)
libraryDependencies += "top.lww0511" % "redis-lock" % "1.0.2"
[top.lww0511/redis-lock "1.0.2"]