GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-meteor-pubsub |
Version | Version0.8.2 |
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.8.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-meteor-pubsub/
implementation 'org.atmosphere.samples:atmosphere-meteor-pubsub:0.8.2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-meteor-pubsub/
implementation ("org.atmosphere.samples:atmosphere-meteor-pubsub:0.8.2")
'org.atmosphere.samples:atmosphere-meteor-pubsub:war:0.8.2'
<dependency org="org.atmosphere.samples" name="atmosphere-meteor-pubsub" rev="0.8.2">
<artifact name="atmosphere-meteor-pubsub" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-meteor-pubsub', version='0.8.2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-meteor-pubsub" % "0.8.2"
[org.atmosphere.samples/atmosphere-meteor-pubsub "0.8.2"]