MVN

org.mortbay.jetty : cometd-jetty

Maven & Gradle

Mar 05, 2009
6 usages

Cometd :: Jetty :: Servlet

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>cometd-jetty</artifactId>
    <version>6.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty : cometd-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.15
  • Latest Release Candidate: 6.1.15.rc5

All Versions

Choose a version of org.mortbay.jetty : cometd-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
cometd-jetty-7.0.0.pre5
cometd-jetty-7.0.0.pre4
cometd-jetty-7.0.0pre3
6.1.x
cometd-jetty-6.1.15
cometd-jetty-6.1.15.rc5
cometd-jetty-6.1.15.rc4
cometd-jetty-6.1.15.rc3
cometd-jetty-6.1.15.rc2
cometd-jetty-6.1.15.pre0
cometd-jetty-6.1.14
cometd-jetty-6.1.12
cometd-jetty-6.1.12.rc5
cometd-jetty-6.1.12.rc4
cometd-jetty-6.1.12.rc3
cometd-jetty-6.1.12.rc2
cometd-jetty-6.1.12rc1
6.1H.x
cometd-jetty-6.1H.14.1
cometd-jetty-6.1H.14

How to add a dependency to Maven

Add the following org.mortbay.jetty : cometd-jetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>cometd-jetty</artifactId>
    <version>6.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty : cometd-jetty gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty:cometd-jetty:6.1.15'

Gradle Kotlin DSL: Add the following org.mortbay.jetty : cometd-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty:cometd-jetty:6.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty : cometd-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty" % "cometd-jetty" % "6.1.15"

Advertisement