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