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