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.0.2.jar download
redisson-1.0.2.pom download
redisson-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.redisson</groupId>
  <artifactId>redisson</artifactId>
  <version>1.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.redisson:redisson:1.0.2'
Gradle Kotlin
implementation("org.redisson:redisson:1.0.2")
Scala SBT
libraryDependencies += "org.redisson" % "redisson" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.redisson', module='redisson', version='1.0.2')
)
Apache Ivy
<dependency org="org.redisson" name="redisson" rev="1.0.2" />
Leiningen
[org.redisson/redisson "1.0.2"]
Apache Buildr
'org.redisson:redisson:jar:1.0.2'