is not current version
Last Version 7.0.0.pre5

org.mortbay.jetty:cometd-jetty 6.1.12


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.mortbay.jetty
ArtifactId

ArtifactId

cometd-jetty
Version

Version

6.1.12
Type

Type

jar

Download cometd-jetty 6.1.12


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