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