Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.chaoxing |
ArtifactId | ArtifactIdredis-distribute-lock-spring-boot-starter |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.chaoxing/redis-distribute-lock-spring-boot-starter/ -->
<dependency>
<groupId>com.chaoxing</groupId>
<artifactId>redis-distribute-lock-spring-boot-starter</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.chaoxing/redis-distribute-lock-spring-boot-starter/
implementation 'com.chaoxing:redis-distribute-lock-spring-boot-starter:2.0.4'
// https://jarcasting.com/artifacts/com.chaoxing/redis-distribute-lock-spring-boot-starter/
implementation ("com.chaoxing:redis-distribute-lock-spring-boot-starter:2.0.4")
'com.chaoxing:redis-distribute-lock-spring-boot-starter:jar:2.0.4'
<dependency org="com.chaoxing" name="redis-distribute-lock-spring-boot-starter" rev="2.0.4">
<artifact name="redis-distribute-lock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chaoxing', module='redis-distribute-lock-spring-boot-starter', version='2.0.4')
)
libraryDependencies += "com.chaoxing" % "redis-distribute-lock-spring-boot-starter" % "2.0.4"
[com.chaoxing/redis-distribute-lock-spring-boot-starter "2.0.4"]