Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-benchmark |
Version | Version5.0.10 |
Type | Typepom |
Filename | Size |
---|---|
cometd-java-benchmark-5.0.10.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>5.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/
implementation 'org.cometd.java:cometd-java-benchmark:5.0.10'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/
implementation ("org.cometd.java:cometd-java-benchmark:5.0.10")
'org.cometd.java:cometd-java-benchmark:pom:5.0.10'
<dependency org="org.cometd.java" name="cometd-java-benchmark" rev="5.0.10">
<artifact name="cometd-java-benchmark" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-benchmark', version='5.0.10')
)
libraryDependencies += "org.cometd.java" % "cometd-java-benchmark" % "5.0.10"
[org.cometd.java/cometd-java-benchmark "5.0.10"]