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