MVN

org.atmosphere : atmosphere-redis-redisson

Maven & Gradle

Oct 08, 2021
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-redis-redisson</artifactId>
    <version>2.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere : atmosphere-redis-redisson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.5

All Versions

Choose a version of org.atmosphere : atmosphere-redis-redisson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
atmosphere-redis-redisson-2.6.5
atmosphere-redis-redisson-2.6.4
2.5.x
atmosphere-redis-redisson-2.5.2
atmosphere-redis-redisson-2.5.0
2.4.x
atmosphere-redis-redisson-2.4.21
atmosphere-redis-redisson-2.4.20
atmosphere-redis-redisson-2.4.19
atmosphere-redis-redisson-2.4.5
atmosphere-redis-redisson-2.4.4
atmosphere-redis-redisson-2.4.3
atmosphere-redis-redisson-2.4.2
atmosphere-redis-redisson-2.4.1

How to add a dependency to Maven

Add the following org.atmosphere : atmosphere-redis-redisson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-redis-redisson</artifactId>
    <version>2.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere : atmosphere-redis-redisson gradle dependency to your build.gradle file:

implementation 'org.atmosphere:atmosphere-redis-redisson:2.6.5'

Gradle Kotlin DSL: Add the following org.atmosphere : atmosphere-redis-redisson gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere:atmosphere-redis-redisson:2.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere : atmosphere-redis-redisson sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere" % "atmosphere-redis-redisson" % "2.6.5"