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