is not current version
Last Version 3.17.4

org.redisson:redisson 3.11.5

Redis Java client with features of In-Memory Data Grid

Categories

Categories

Redis Data Databases Redisson
GroupId

GroupId

org.redisson
ArtifactId

ArtifactId

redisson
Version

Version

3.11.5
Type

Type

jar

Download redisson 3.11.5


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