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