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