is not current version
Last Version 3.17.4

org.redisson:redisson 3.12.0

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

Type

jar

Download redisson 3.12.0


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