a

atmosphere-play-chat

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