a

atmosphere-play-chat

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