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