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