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