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