l

lock-redisson-spring-boot-starter

Distributed locking Redisson implementation
Files download
File Operation
lock-redisson-spring-boot-starter-0.0.3.jar download
lock-redisson-spring-boot-starter-0.0.3.pom download
lock-redisson-spring-boot-starter-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pearstack</groupId>
  <artifactId>lock-redisson-spring-boot-starter</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.pearstack:lock-redisson-spring-boot-starter:0.0.3'
Gradle Kotlin
implementation("io.github.pearstack:lock-redisson-spring-boot-starter:0.0.3")
Scala SBT
libraryDependencies += "io.github.pearstack" % "lock-redisson-spring-boot-starter" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pearstack', module='lock-redisson-spring-boot-starter', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.pearstack" name="lock-redisson-spring-boot-starter" rev="0.0.3" />
Leiningen
[io.github.pearstack/lock-redisson-spring-boot-starter "0.0.3"]
Apache Buildr
'io.github.pearstack:lock-redisson-spring-boot-starter:jar:0.0.3'