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