a

atmosphere-play-chat

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