Categories |
CategoriesRedis Data Databases Redisson |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-redis-redisson |
Version | Version2.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-redisson/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-redis-redisson</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-redisson/
implementation 'org.atmosphere:atmosphere-redis-redisson:2.4.4'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-redisson/
implementation ("org.atmosphere:atmosphere-redis-redisson:2.4.4")
'org.atmosphere:atmosphere-redis-redisson:jar:2.4.4'
<dependency org="org.atmosphere" name="atmosphere-redis-redisson" rev="2.4.4">
<artifact name="atmosphere-redis-redisson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-redis-redisson', version='2.4.4')
)
libraryDependencies += "org.atmosphere" % "atmosphere-redis-redisson" % "2.4.4"
[org.atmosphere/atmosphere-redis-redisson "2.4.4"]