| GroupId | GroupIdorg.atmosphere.samples |
|---|---|
| ArtifactId | ArtifactIdatmosphere-cometd-demo |
| Version | Version1.0.18 |
| Type | Typewar |
| Filename | Size |
|---|---|
| atmosphere-cometd-demo-1.0.18.pom | |
| atmosphere-cometd-demo-1.0.18.war | 12 MB |
| atmosphere-cometd-demo-1.0.18-sources.jar | 694 bytes |
| atmosphere-cometd-demo-1.0.18-javadoc.jar | 337 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cometd-demo/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-cometd-demo</artifactId>
<version>1.0.18</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cometd-demo/
implementation 'org.atmosphere.samples:atmosphere-cometd-demo:1.0.18'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-cometd-demo/
implementation ("org.atmosphere.samples:atmosphere-cometd-demo:1.0.18")
'org.atmosphere.samples:atmosphere-cometd-demo:war:1.0.18'
<dependency org="org.atmosphere.samples" name="atmosphere-cometd-demo" rev="1.0.18">
<artifact name="atmosphere-cometd-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-cometd-demo', version='1.0.18')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-cometd-demo" % "1.0.18"
[org.atmosphere.samples/atmosphere-cometd-demo "1.0.18"]