GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-socketio-chat |
Version | Version2.3.0 |
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.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-socketio-chat/
implementation 'org.atmosphere.samples:atmosphere-socketio-chat:2.3.0'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-socketio-chat/
implementation ("org.atmosphere.samples:atmosphere-socketio-chat:2.3.0")
'org.atmosphere.samples:atmosphere-socketio-chat:war:2.3.0'
<dependency org="org.atmosphere.samples" name="atmosphere-socketio-chat" rev="2.3.0">
<artifact name="atmosphere-socketio-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-socketio-chat', version='2.3.0')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-socketio-chat" % "2.3.0"
[org.atmosphere.samples/atmosphere-socketio-chat "2.3.0"]