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