a

atmosphere-play-chat

文件下载
文件名 操作
atmosphere-play-chat-1.1.0.RC2.jar 下载
atmosphere-play-chat-1.1.0.RC2.pom 下载
Apache Maven
<dependency>
  <groupId>org.atmosphere.samples</groupId>
  <artifactId>atmosphere-play-chat</artifactId>
  <version>1.1.0.RC2</version>
  <type>play2</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere.samples:atmosphere-play-chat:1.1.0.RC2'
Gradle Kotlin
implementation("org.atmosphere.samples:atmosphere-play-chat:1.1.0.RC2")
Scala SBT
libraryDependencies += "org.atmosphere.samples" % "atmosphere-play-chat" % "1.1.0.RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere.samples', module='atmosphere-play-chat', version='1.1.0.RC2')
)
Apache Ivy
<dependency org="org.atmosphere.samples" name="atmosphere-play-chat" rev="1.1.0.RC2" />
Leiningen
[org.atmosphere.samples/atmosphere-play-chat "1.1.0.RC2"]
Apache Buildr
'org.atmosphere.samples:atmosphere-play-chat:jar:1.1.0.RC2'