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