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