GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdcometd |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
cometd-2.8.0.pom | |
cometd-2.8.0.jar | 29 KB |
cometd-2.8.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/cometd/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>cometd</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/cometd/
implementation 'org.webjars:cometd:2.8.0'
// https://jarcasting.com/artifacts/org.webjars/cometd/
implementation ("org.webjars:cometd:2.8.0")
'org.webjars:cometd:jar:2.8.0'
<dependency org="org.webjars" name="cometd" rev="2.8.0">
<artifact name="cometd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='cometd', version='2.8.0')
)
libraryDependencies += "org.webjars" % "cometd" % "2.8.0"
[org.webjars/cometd "2.8.0"]