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