is not current version
Last Version 6.1.11

org.mortbay.jetty:cometd 6.1.10


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

cometd
Version

Version

6.1.10
Type

Type

pom

Download cometd 6.1.10

Filename Size
cometd-6.1.10.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>cometd</artifactId>
    <version>6.1.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/
implementation 'org.mortbay.jetty:cometd:6.1.10'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/
implementation ("org.mortbay.jetty:cometd:6.1.10")
'org.mortbay.jetty:cometd:pom:6.1.10'
<dependency org="org.mortbay.jetty" name="cometd" rev="6.1.10">
  <artifact name="cometd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd', version='6.1.10')
)
libraryDependencies += "org.mortbay.jetty" % "cometd" % "6.1.10"
[org.mortbay.jetty/cometd "6.1.10"]