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