License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdorg.cometd.javascript |
ArtifactId | ArtifactIdcometd-javascript-examples-vanilla |
Last Version | Last Version7.0.7 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionCometD :: JavaScript :: Examples :: Vanilla
The CometD project is a scalable web messaging bus that uses WebSocket
and HTTP AJAX push technology patterns known as "Comet" techniques
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.cometd.javascript/cometd-javascript-examples-vanilla/ -->
<dependency>
<groupId>org.cometd.javascript</groupId>
<artifactId>cometd-javascript-examples-vanilla</artifactId>
<version>7.0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.javascript/cometd-javascript-examples-vanilla/
implementation 'org.cometd.javascript:cometd-javascript-examples-vanilla:7.0.7'
// https://jarcasting.com/artifacts/org.cometd.javascript/cometd-javascript-examples-vanilla/
implementation ("org.cometd.javascript:cometd-javascript-examples-vanilla:7.0.7")
'org.cometd.javascript:cometd-javascript-examples-vanilla:war:7.0.7'
<dependency org="org.cometd.javascript" name="cometd-javascript-examples-vanilla" rev="7.0.7">
<artifact name="cometd-javascript-examples-vanilla" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cometd.javascript', module='cometd-javascript-examples-vanilla', version='7.0.7')
)
libraryDependencies += "org.cometd.javascript" % "cometd-javascript-examples-vanilla" % "7.0.7"
[org.cometd.javascript/cometd-javascript-examples-vanilla "7.0.7"]