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