Files download
File Operation
atmosphere-redis-2.4.21.jar download
atmosphere-redis-2.4.21.pom download
atmosphere-redis-2.4.21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.atmosphere</groupId>
  <artifactId>atmosphere-redis</artifactId>
  <version>2.4.21</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere:atmosphere-redis:2.4.21'
Gradle Kotlin
implementation("org.atmosphere:atmosphere-redis:2.4.21")
Scala SBT
libraryDependencies += "org.atmosphere" % "atmosphere-redis" % "2.4.21"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere', module='atmosphere-redis', version='2.4.21')
)
Apache Ivy
<dependency org="org.atmosphere" name="atmosphere-redis" rev="2.4.21" />
Leiningen
[org.atmosphere/atmosphere-redis "2.4.21"]
Apache Buildr
'org.atmosphere:atmosphere-redis:jar:2.4.21'