MVN

org.mortbay.jetty : cometd-client

Maven & Gradle

Nov 10, 2010
7 usages

Cometd :: Jetty :: Client

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
7.0.x
cometd-client-7.0.0.pre5
cometd-client-7.0.0.pre4
cometd-client-7.0.0pre3
6.1.x
cometd-client-6.1.26
cometd-client-6.1.25
cometd-client-6.1.24
cometd-client-6.1.23
cometd-client-6.1.22
cometd-client-6.1.21
cometd-client-6.1.20
cometd-client-6.1.19
cometd-client-6.1.18
cometd-client-6.1.17
cometd-client-6.1.16
cometd-client-6.1.15
cometd-client-6.1.15.rc5
cometd-client-6.1.15.rc4
cometd-client-6.1.15.rc3
cometd-client-6.1.15.rc2
cometd-client-6.1.15.pre0
cometd-client-6.1.14
cometd-client-6.1.12
cometd-client-6.1.12.rc5
cometd-client-6.1.12.rc4
cometd-client-6.1.12.rc3
cometd-client-6.1.12.rc2
cometd-client-6.1.26RC0
cometd-client-6.1.12rc1
6.1H.x
cometd-client-6.1H.14.1
cometd-client-6.1H.14

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty:cometd-client:6.1.26'

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

implementation("org.mortbay.jetty:cometd-client:6.1.26")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty" % "cometd-client" % "6.1.26"

Advertisement