r

redisson

Distributed and scalable Java data structures on top of Redis. Advanced Redis client.
https://github.com/mrniko/redisson
Apache v2
Nikita Koksharov Nick Borbit
Files download
File Operation
redisson-1.3.0.jar download
redisson-1.3.0.pom download
redisson-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.redisson</groupId>
  <artifactId>redisson</artifactId>
  <version>1.3.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.redisson:redisson:1.3.0'
Gradle Kotlin
implementation("org.redisson:redisson:1.3.0")
Scala SBT
libraryDependencies += "org.redisson" % "redisson" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.redisson', module='redisson', version='1.3.0')
)
Apache Ivy
<dependency org="org.redisson" name="redisson" rev="1.3.0" />
Leiningen
[org.redisson/redisson "1.3.0"]
Apache Buildr
'org.redisson:redisson:jar:1.3.0'