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