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