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