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