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