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