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