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