is not current version
Last Version 2.1

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

This is an extension library to the distributed com.benchan.lock impl. 这是分布式锁实现封装的扩展库。

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.zhuobinchan
ArtifactId

ArtifactId

distributed-lock-spring-boot-starter
Version

Version

1.0
Type

Type

jar

Download distributed-lock-spring-boot-starter 1.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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhuobinchan/distributed-lock-spring-boot-starter/
implementation 'com.github.zhuobinchan:distributed-lock-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.github.zhuobinchan/distributed-lock-spring-boot-starter/
implementation ("com.github.zhuobinchan:distributed-lock-spring-boot-starter:1.0")
'com.github.zhuobinchan:distributed-lock-spring-boot-starter:jar:1.0'
<dependency org="com.github.zhuobinchan" name="distributed-lock-spring-boot-starter" rev="1.0">
  <artifact name="distributed-lock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhuobinchan', module='distributed-lock-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.github.zhuobinchan" % "distributed-lock-spring-boot-starter" % "1.0"
[com.github.zhuobinchan/distributed-lock-spring-boot-starter "1.0"]