r

redisson-spring-boot-starter

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