zzlock

A distributed lock for java based on redis command SETNX and GETSET

License

License

MIT
GroupId

GroupId

top.zzspace.zzlock
ArtifactId

ArtifactId

zzlock
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

zzlock
A distributed lock for java based on redis command SETNX and GETSET
Project URL

Project URL

https://github.com/challengezhou/zzlock-project

Download zzlock

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

zzlock-project

A distributed lock for java based on redis command SETNX and GETSET

usage in zzlock-spring-boot-starter-test-app test

Versions

Version
0.0.5
0.0.2
0.0.1