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