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