Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-annotation |
Version | Version7.0.1 |
Type | Typepom |
Filename | Size |
---|---|
cometd-java-annotation-7.0.1.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>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation/
implementation 'org.cometd.java:cometd-java-annotation:7.0.1'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation/
implementation ("org.cometd.java:cometd-java-annotation:7.0.1")
'org.cometd.java:cometd-java-annotation:pom:7.0.1'
<dependency org="org.cometd.java" name="cometd-java-annotation" rev="7.0.1">
<artifact name="cometd-java-annotation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-annotation', version='7.0.1')
)
libraryDependencies += "org.cometd.java" % "cometd-java-annotation" % "7.0.1"
[org.cometd.java/cometd-java-annotation "7.0.1"]