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