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