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