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