License |
License |
---|---|
GroupId | GroupIdorg.cometd |
ArtifactId | ArtifactIdcometd-documentation |
Version | Version7.0.3 |
Type | Typejar |
Description |
DescriptionCometD :: Reference Book
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 |
Filename | Size |
---|---|
cometd-documentation-7.0.3.pom | |
cometd-documentation-7.0.3.jar | 103 KB |
cometd-documentation-7.0.3-sources.jar | 38 KB |
cometd-documentation-7.0.3-javadoc.jar | 457 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd/cometd-documentation/ -->
<dependency>
<groupId>org.cometd</groupId>
<artifactId>cometd-documentation</artifactId>
<version>7.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd/cometd-documentation/
implementation 'org.cometd:cometd-documentation:7.0.3'
// https://jarcasting.com/artifacts/org.cometd/cometd-documentation/
implementation ("org.cometd:cometd-documentation:7.0.3")
'org.cometd:cometd-documentation:jar:7.0.3'
<dependency org="org.cometd" name="cometd-documentation" rev="7.0.3">
<artifact name="cometd-documentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd', module='cometd-documentation', version='7.0.3')
)
libraryDependencies += "org.cometd" % "cometd-documentation" % "7.0.3"
[org.cometd/cometd-documentation "7.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.toolchain : jetty-jakarta-servlet-api | jar | 5.0.1 |