r

redisson-spring-boot2-starter

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