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