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