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