License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-tests |
Last Version | Last Version5.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCometD :: Java :: 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-tests-5.0.1.pom | |
cometd-java-tests-5.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-tests/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-tests</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-tests/
implementation 'org.cometd.java:cometd-java-tests:5.0.1'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-tests/
implementation ("org.cometd.java:cometd-java-tests:5.0.1")
'org.cometd.java:cometd-java-tests:jar:5.0.1'
<dependency org="org.cometd.java" name="cometd-java-tests" rev="5.0.1">
<artifact name="cometd-java-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-tests', version='5.0.1')
)
libraryDependencies += "org.cometd.java" % "cometd-java-tests" % "5.0.1"
[org.cometd.java/cometd-java-tests "5.0.1"]