License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-client |
Last Version | Last Version7.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCometD :: Java :: Client
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-java-client-7.0.7.pom | |
cometd-java-client-7.0.7.jar | 60 KB |
cometd-java-client-7.0.7-sources.jar | 23 KB |
cometd-java-client-7.0.7-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-client</artifactId>
<version>7.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client/
implementation 'org.cometd.java:cometd-java-client:7.0.7'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client/
implementation ("org.cometd.java:cometd-java-client:7.0.7")
'org.cometd.java:cometd-java-client:jar:7.0.7'
<dependency org="org.cometd.java" name="cometd-java-client" rev="7.0.7">
<artifact name="cometd-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-client', version='7.0.7')
)
libraryDependencies += "org.cometd.java" % "cometd-java-client" % "7.0.7"
[org.cometd.java/cometd-java-client "7.0.7"]