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