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