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