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