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