is not current version
Last Version 1.0.0.RELEASE

cn.yueshutong:spring-boot-starter-redis-lock 0.0.1.RELEASE


Categories

Categories

Spring Boot Container Microservices Redis Data Databases
GroupId

GroupId

cn.yueshutong
ArtifactId

ArtifactId

spring-boot-starter-redis-lock
Version

Version

0.0.1.RELEASE
Type

Type

jar

Download spring-boot-starter-redis-lock 0.0.1.RELEASE


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