GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-rest-chat |
Version | Version0.9.6 |
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.9.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-rest-chat/
implementation 'org.atmosphere.samples:atmosphere-rest-chat:0.9.6'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-rest-chat/
implementation ("org.atmosphere.samples:atmosphere-rest-chat:0.9.6")
'org.atmosphere.samples:atmosphere-rest-chat:war:0.9.6'
<dependency org="org.atmosphere.samples" name="atmosphere-rest-chat" rev="0.9.6">
<artifact name="atmosphere-rest-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-rest-chat', version='0.9.6')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-rest-chat" % "0.9.6"
[org.atmosphere.samples/atmosphere-rest-chat "0.9.6"]