is not current version
Last Version 2.1

com.github.zhuobinchan:distributed-lock-core 2.0

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

GroupId

GroupId

com.github.zhuobinchan
ArtifactId

ArtifactId

distributed-lock-core
Version

Version

2.0
Type

Type

jar

Download distributed-lock-core 2.0


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