Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-examples |
Version | Version3.0.10 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-examples/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-examples</artifactId>
<version>3.0.10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-examples/
implementation 'org.cometd.java:cometd-java-examples:3.0.10'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-examples/
implementation ("org.cometd.java:cometd-java-examples:3.0.10")
'org.cometd.java:cometd-java-examples:war:3.0.10'
<dependency org="org.cometd.java" name="cometd-java-examples" rev="3.0.10">
<artifact name="cometd-java-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-examples', version='3.0.10')
)
libraryDependencies += "org.cometd.java" % "cometd-java-examples" % "3.0.10"
[org.cometd.java/cometd-java-examples "3.0.10"]