GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-socketio-chat |
Version | Version1.0.9 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-socketio-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-socketio-chat</artifactId>
<version>1.0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-socketio-chat/
implementation 'org.atmosphere.samples:atmosphere-socketio-chat:1.0.9'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-socketio-chat/
implementation ("org.atmosphere.samples:atmosphere-socketio-chat:1.0.9")
'org.atmosphere.samples:atmosphere-socketio-chat:war:1.0.9'
<dependency org="org.atmosphere.samples" name="atmosphere-socketio-chat" rev="1.0.9">
<artifact name="atmosphere-socketio-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-socketio-chat', version='1.0.9')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-socketio-chat" % "1.0.9"
[org.atmosphere.samples/atmosphere-socketio-chat "1.0.9"]