GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-rest-chat |
Version | Version0.5.7 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-rest-chat-0.5.7.pom | |
atmosphere-rest-chat-0.5.7.war | 1 MB |
atmosphere-rest-chat-0.5.7-sources.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-rest-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-rest-chat</artifactId>
<version>0.5.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-rest-chat/
implementation 'org.atmosphere.samples:atmosphere-rest-chat:0.5.7'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-rest-chat/
implementation ("org.atmosphere.samples:atmosphere-rest-chat:0.5.7")
'org.atmosphere.samples:atmosphere-rest-chat:war:0.5.7'
<dependency org="org.atmosphere.samples" name="atmosphere-rest-chat" rev="0.5.7">
<artifact name="atmosphere-rest-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-rest-chat', version='0.5.7')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-rest-chat" % "0.5.7"
[org.atmosphere.samples/atmosphere-rest-chat "0.5.7"]