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