is not current version
Last Version 3.17.4

org.redisson:redisson 3.11.4

Redis based In-Memory Data Grid for Java

Categories

Categories

Redis Data Databases Redisson
GroupId

GroupId

org.redisson
ArtifactId

ArtifactId

redisson
Version

Version

3.11.4
Type

Type

jar

Download redisson 3.11.4


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