License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-benchmark |
Last Version | Last Version7.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCometD :: Java :: Benchmark
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-benchmark-7.0.7.pom | 724 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-benchmark</artifactId>
<version>7.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/
implementation 'org.cometd.java:cometd-java-benchmark:7.0.7'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/
implementation ("org.cometd.java:cometd-java-benchmark:7.0.7")
'org.cometd.java:cometd-java-benchmark:pom:7.0.7'
<dependency org="org.cometd.java" name="cometd-java-benchmark" rev="7.0.7">
<artifact name="cometd-java-benchmark" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-benchmark', version='7.0.7')
)
libraryDependencies += "org.cometd.java" % "cometd-java-benchmark" % "7.0.7"
[org.cometd.java/cometd-java-benchmark "7.0.7"]