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