is not current version
Last Version 2.1

com.github.zhuobinchan:distributed-lock-spring-boot-starter 2.0

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.zhuobinchan
ArtifactId

ArtifactId

distributed-lock-spring-boot-starter
Version

Version

2.0
Type

Type

jar

Download distributed-lock-spring-boot-starter 2.0


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