is not current version
Last Version 3.17.4

org.redisson:redisson 1.0.1

Distributed and scalable Java data structures on top of Redis. Advanced Redis client.

Categories

Categories

Redis Data Databases Redisson
GroupId

GroupId

org.redisson
ArtifactId

ArtifactId

redisson
Version

Version

1.0.1
Type

Type

jar

Download redisson 1.0.1


<!-- https://jarcasting.com/artifacts/org.redisson/redisson/ -->
<dependency>
    <groupId>org.redisson</groupId>
    <artifactId>redisson</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson/
implementation 'org.redisson:redisson:1.0.1'
// https://jarcasting.com/artifacts/org.redisson/redisson/
implementation ("org.redisson:redisson:1.0.1")
'org.redisson:redisson:jar:1.0.1'
<dependency org="org.redisson" name="redisson" rev="1.0.1">
  <artifact name="redisson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson', version='1.0.1')
)
libraryDependencies += "org.redisson" % "redisson" % "1.0.1"
[org.redisson/redisson "1.0.1"]