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