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