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