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