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