Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-tests |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cometd-java-tests-4.0.2.pom | |
cometd-java-tests-4.0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-tests/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-tests</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-tests/
implementation 'org.cometd.java:cometd-java-tests:4.0.2'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-tests/
implementation ("org.cometd.java:cometd-java-tests:4.0.2")
'org.cometd.java:cometd-java-tests:jar:4.0.2'
<dependency org="org.cometd.java" name="cometd-java-tests" rev="4.0.2">
<artifact name="cometd-java-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-tests', version='4.0.2')
)
libraryDependencies += "org.cometd.java" % "cometd-java-tests" % "4.0.2"
[org.cometd.java/cometd-java-tests "4.0.2"]