a

atmosphere-play

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