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