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