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