GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-pubsub |
Version | Version1.0.12 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-pubsub-1.0.12.pom | |
atmosphere-pubsub-1.0.12.war | 3 MB |
atmosphere-pubsub-1.0.12-sources.jar | 7 KB |
atmosphere-pubsub-1.0.12-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-pubsub</artifactId>
<version>1.0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub/
implementation 'org.atmosphere.samples:atmosphere-pubsub:1.0.12'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub/
implementation ("org.atmosphere.samples:atmosphere-pubsub:1.0.12")
'org.atmosphere.samples:atmosphere-pubsub:war:1.0.12'
<dependency org="org.atmosphere.samples" name="atmosphere-pubsub" rev="1.0.12">
<artifact name="atmosphere-pubsub" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-pubsub', version='1.0.12')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-pubsub" % "1.0.12"
[org.atmosphere.samples/atmosphere-pubsub "1.0.12"]