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