Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd |
Version | Version6.1H.8 |
Type | Typepom |
Filename | Size |
---|---|
cometd-6.1H.8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>cometd</artifactId>
<version>6.1H.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/
implementation 'org.mortbay.jetty:cometd:6.1H.8'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/
implementation ("org.mortbay.jetty:cometd:6.1H.8")
'org.mortbay.jetty:cometd:pom:6.1H.8'
<dependency org="org.mortbay.jetty" name="cometd" rev="6.1H.8">
<artifact name="cometd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd', version='6.1H.8')
)
libraryDependencies += "org.mortbay.jetty" % "cometd" % "6.1H.8"
[org.mortbay.jetty/cometd "6.1H.8"]