License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-client-http-tests |
Last Version | Last Version7.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCometD :: Java :: Client :: HTTP :: Tests
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-http-tests-7.0.7.pom | |
cometd-java-client-http-tests-7.0.7.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client-http-tests/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-client-http-tests</artifactId>
<version>7.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client-http-tests/
implementation 'org.cometd.java:cometd-java-client-http-tests:7.0.7'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-client-http-tests/
implementation ("org.cometd.java:cometd-java-client-http-tests:7.0.7")
'org.cometd.java:cometd-java-client-http-tests:jar:7.0.7'
<dependency org="org.cometd.java" name="cometd-java-client-http-tests" rev="7.0.7">
<artifact name="cometd-java-client-http-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-client-http-tests', version='7.0.7')
)
libraryDependencies += "org.cometd.java" % "cometd-java-client-http-tests" % "7.0.7"
[org.cometd.java/cometd-java-client-http-tests "7.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.apache.logging.log4j : log4j-slf4j18-impl | jar | 2.17.2 |
org.eclipse.jetty.toolchain : jetty-jakarta-servlet-api | jar | 5.0.1 |
org.cometd.java : cometd-java-client-common | jar | 7.0.7 |
org.cometd.java : cometd-java-client-http-jetty | jar | 7.0.7 |
org.cometd.java : cometd-java-server-common | jar | 7.0.7 |
org.eclipse.jetty : jetty-io | jar | 11.0.11 |
org.eclipse.jetty : jetty-server | jar | 11.0.11 |
org.eclipse.jetty : jetty-servlet | jar | 11.0.11 |
org.eclipse.jetty : jetty-proxy | jar | 11.0.11 |
org.eclipse.jetty.http2 : http2-http-client-transport | jar | 11.0.11 |
org.eclipse.jetty.http2 : http2-server | jar | 11.0.11 |
org.eclipse.jetty : jetty-util-ajax | jar | 11.0.11 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |