Last Version

distributed-lock-core 2.1

This is an extension library to the lock impl. 这是分布式锁实现封装的扩展库。 项目地址:https://github.com/zhuobinchan/distributed-lock

License

License

GroupId

GroupId

com.github.zhuobinchan
ArtifactId

ArtifactId

distributed-lock-core
Version

Version

2.1
Type

Type

jar
Description

Description

distributed-lock-core
This is an extension library to the lock impl. 这是分布式锁实现封装的扩展库。 项目地址:https://github.com/zhuobinchan/distributed-lock
Project URL

Project URL

https://github.com/zhuobinchan/distributed-lock
Source Code Management

Source Code Management

https://github.com/zhuobinchan/distributed-lock

Download distributed-lock-core 2.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.redisson : redisson jar 3.14.0
org.apache.curator : curator-recipes jar 5.0.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.