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