zzlock-spring-boot-starter

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

License

License

MIT
Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

top.zzspace.zzlock
ArtifactId

ArtifactId

zzlock-spring-boot-starter
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

zzlock-spring-boot-starter
A distributed lock for java based on redis command SETNX and GETSET
Project URL

Project URL

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

Download zzlock-spring-boot-starter

How to add to project

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

Dependencies

compile (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

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