GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-chat |
Version | Version0.8.1 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-chat-0.8.1.pom | |
atmosphere-chat-0.8.1.war | 2 MB |
atmosphere-chat-0.8.1-sources.jar | 3 KB |
atmosphere-chat-0.8.1-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.8.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/
implementation 'org.atmosphere.samples:atmosphere-chat:0.8.1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/
implementation ("org.atmosphere.samples:atmosphere-chat:0.8.1")
'org.atmosphere.samples:atmosphere-chat:war:0.8.1'
<dependency org="org.atmosphere.samples" name="atmosphere-chat" rev="0.8.1">
<artifact name="atmosphere-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-chat', version='0.8.1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-chat" % "0.8.1"
[org.atmosphere.samples/atmosphere-chat "0.8.1"]