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