r

redisson-spring-boot-starter

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