s

spring-boot-starter-redisson

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