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