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