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