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