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