GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-chat-multiroom |
Version | Version2.1.0-RC2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat-multiroom/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-chat-multiroom</artifactId>
<version>2.1.0-RC2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat-multiroom/
implementation 'org.atmosphere.samples:atmosphere-chat-multiroom:2.1.0-RC2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat-multiroom/
implementation ("org.atmosphere.samples:atmosphere-chat-multiroom:2.1.0-RC2")
'org.atmosphere.samples:atmosphere-chat-multiroom:war:2.1.0-RC2'
<dependency org="org.atmosphere.samples" name="atmosphere-chat-multiroom" rev="2.1.0-RC2">
<artifact name="atmosphere-chat-multiroom" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-chat-multiroom', version='2.1.0-RC2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-chat-multiroom" % "2.1.0-RC2"
[org.atmosphere.samples/atmosphere-chat-multiroom "2.1.0-RC2"]