Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-benchmark |
Version | Version3.1.3 |
Type | Typepom |
Filename | Size |
---|---|
cometd-java-benchmark-3.1.3.pom | 763 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-benchmark</artifactId>
<version>3.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/
implementation 'org.cometd.java:cometd-java-benchmark:3.1.3'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark/
implementation ("org.cometd.java:cometd-java-benchmark:3.1.3")
'org.cometd.java:cometd-java-benchmark:pom:3.1.3'
<dependency org="org.cometd.java" name="cometd-java-benchmark" rev="3.1.3">
<artifact name="cometd-java-benchmark" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-benchmark', version='3.1.3')
)
libraryDependencies += "org.cometd.java" % "cometd-java-benchmark" % "3.1.3"
[org.cometd.java/cometd-java-benchmark "3.1.3"]