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