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