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