License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.cometd.java.tests |
ArtifactId | ArtifactIdcometd-java-tests |
Version | Version7.0.5 |
Type | Typepom |
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-7.0.5.pom | 763 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java.tests/cometd-java-tests/ -->
<dependency>
<groupId>org.cometd.java.tests</groupId>
<artifactId>cometd-java-tests</artifactId>
<version>7.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java.tests/cometd-java-tests/
implementation 'org.cometd.java.tests:cometd-java-tests:7.0.5'
// https://jarcasting.com/artifacts/org.cometd.java.tests/cometd-java-tests/
implementation ("org.cometd.java.tests:cometd-java-tests:7.0.5")
'org.cometd.java.tests:cometd-java-tests:pom:7.0.5'
<dependency org="org.cometd.java.tests" name="cometd-java-tests" rev="7.0.5">
<artifact name="cometd-java-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java.tests', module='cometd-java-tests', version='7.0.5')
)
libraryDependencies += "org.cometd.java.tests" % "cometd-java-tests" % "7.0.5"
[org.cometd.java.tests/cometd-java-tests "7.0.5"]