Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-distributed-lock |
Version | Version1.3.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-distributed-lock/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-distributed-lock</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-distributed-lock/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-distributed-lock:1.3.7'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-distributed-lock/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-distributed-lock:1.3.7")
'com.github.yingzhuo:carnival-spring-boot-starter-distributed-lock:jar:1.3.7'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-distributed-lock" rev="1.3.7">
<artifact name="carnival-spring-boot-starter-distributed-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-distributed-lock', version='1.3.7')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-distributed-lock" % "1.3.7"
[com.github.yingzhuo/carnival-spring-boot-starter-distributed-lock "1.3.7"]