reentrant-lock

可重入分布式锁

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

top.plutoppppp
ArtifactId

ArtifactId

reentrant-lock
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

reentrant-lock
可重入分布式锁
Project URL

Project URL

https://github.com/Pluto-Whong/reentrant-lock
Source Code Management

Source Code Management

https://github.com/Pluto-Whong/reentrant-lock

Download reentrant-lock

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar
org.apache.commons : commons-pool2 jar
org.springframework.boot : spring-boot-starter-aop jar
org.springframework.boot : spring-boot-configuration-processor jar
org.springframework.boot : spring-boot-starter-data-redis jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0