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