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