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