Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-benchmark-client |
Version | Version5.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark-client/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-benchmark-client</artifactId>
<version>5.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark-client/
implementation 'org.cometd.java:cometd-java-benchmark-client:5.0.9'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-benchmark-client/
implementation ("org.cometd.java:cometd-java-benchmark-client:5.0.9")
'org.cometd.java:cometd-java-benchmark-client:jar:5.0.9'
<dependency org="org.cometd.java" name="cometd-java-benchmark-client" rev="5.0.9">
<artifact name="cometd-java-benchmark-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-benchmark-client', version='5.0.9')
)
libraryDependencies += "org.cometd.java" % "cometd-java-benchmark-client" % "5.0.9"
[org.cometd.java/cometd-java-benchmark-client "5.0.9"]