is not current version
Last Version 3.17.4

org.redisson:redisson 3.15.4

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.15.4
Type

Type

jar

Download redisson 3.15.4


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