zzlock-project
A distributed lock for java based on redis command SETNX and GETSET
usage in zzlock-spring-boot-starter-test-app test
| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdtop.zzspace.zzlock |
| ArtifactId | ArtifactIdzzlock-spring-boot-starter |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionzzlock-spring-boot-starter
A distributed lock for java based on redis command SETNX and GETSET
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/top.zzspace.zzlock/zzlock-spring-boot-starter/ -->
<dependency>
<groupId>top.zzspace.zzlock</groupId>
<artifactId>zzlock-spring-boot-starter</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.zzspace.zzlock/zzlock-spring-boot-starter/
implementation 'top.zzspace.zzlock:zzlock-spring-boot-starter:0.0.5'
// https://jarcasting.com/artifacts/top.zzspace.zzlock/zzlock-spring-boot-starter/
implementation ("top.zzspace.zzlock:zzlock-spring-boot-starter:0.0.5")
'top.zzspace.zzlock:zzlock-spring-boot-starter:jar:0.0.5'
<dependency org="top.zzspace.zzlock" name="zzlock-spring-boot-starter" rev="0.0.5">
<artifact name="zzlock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.zzspace.zzlock', module='zzlock-spring-boot-starter', version='0.0.5')
)
libraryDependencies += "top.zzspace.zzlock" % "zzlock-spring-boot-starter" % "0.0.5"
[top.zzspace.zzlock/zzlock-spring-boot-starter "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| top.zzspace.zzlock : zzlock | jar | 0.0.5 |
| org.slf4j : slf4j-api | jar | |
| org.springframework.boot : spring-boot-starter Optional | jar | |
| org.springframework.boot : spring-boot-starter-data-redis Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
A distributed lock for java based on redis command SETNX and GETSET
usage in zzlock-spring-boot-starter-test-app test