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