Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcn.yueshutong |
ArtifactId | ArtifactIdspring-boot-starter-redis-lock |
Version | Version0.0.1.RELEASE |
Type | Typejar |
<!-- 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"]