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