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