r

redisson-spring-boot-starter

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