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