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