MVN

org.cometd : cometd-documentation

Maven & Gradle

Mar 20, 2023
552 stars

CometD :: Reference Book

<dependency>
    <groupId>org.cometd</groupId>
    <artifactId>cometd-documentation</artifactId>
    <version>7.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.10
  • Latest Release Candidate: 3.1.2-RC0
  • Latest Beta: 5.0.0-BETA1

All Versions

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

Version Vulnerabilities Updated
7.0.x
cometd-documentation-7.0.10
cometd-documentation-7.0.9
cometd-documentation-7.0.8
cometd-documentation-7.0.7
cometd-documentation-7.0.6
cometd-documentation-7.0.5
cometd-documentation-7.0.3
cometd-documentation-7.0.2
cometd-documentation-7.0.1
cometd-documentation-7.0.0
6.0.x
cometd-documentation-6.0.10
cometd-documentation-6.0.9
cometd-documentation-6.0.8
cometd-documentation-6.0.7
cometd-documentation-6.0.6
cometd-documentation-6.0.5
cometd-documentation-6.0.4
cometd-documentation-6.0.3
cometd-documentation-6.0.2
cometd-documentation-6.0.1
cometd-documentation-6.0.0
5.0.x
cometd-documentation-5.0.15
cometd-documentation-5.0.14
cometd-documentation-5.0.13
cometd-documentation-5.0.12
cometd-documentation-5.0.11
cometd-documentation-5.0.10
cometd-documentation-5.0.9
cometd-documentation-5.0.8
cometd-documentation-5.0.7
cometd-documentation-5.0.6
cometd-documentation-5.0.5
cometd-documentation-5.0.4
cometd-documentation-5.0.3
cometd-documentation-5.0.2
cometd-documentation-5.0.1
cometd-documentation-5.0.0
cometd-documentation-5.0.0-BETA1
cometd-documentation-5.0.0-BETA0
4.0.x
cometd-documentation-4.0.9
cometd-documentation-4.0.8
cometd-documentation-4.0.7
cometd-documentation-4.0.6
cometd-documentation-4.0.5
cometd-documentation-4.0.4
cometd-documentation-4.0.3
cometd-documentation-4.0.2
cometd-documentation-4.0.1
cometd-documentation-4.0.0
cometd-documentation-4.0.0-BETA1
cometd-documentation-4.0.0-BETA0
3.1.x
cometd-documentation-3.1.14
cometd-documentation-3.1.13
cometd-documentation-3.1.12
cometd-documentation-3.1.11
cometd-documentation-3.1.10
cometd-documentation-3.1.9
cometd-documentation-3.1.8
cometd-documentation-3.1.7
cometd-documentation-3.1.6
cometd-documentation-3.1.5
cometd-documentation-3.1.4
cometd-documentation-3.1.3
cometd-documentation-3.1.2
cometd-documentation-3.1.2-RC0
cometd-documentation-3.1.2-BETA1
cometd-documentation-3.1.2-BETA0
cometd-documentation-3.1.1
cometd-documentation-3.1.0
cometd-documentation-3.1.0-RC1
cometd-documentation-3.1.0-RC0
cometd-documentation-3.1.0-BETA2
cometd-documentation-3.1.0-BETA1
cometd-documentation-3.1.0-BETA0
3.0.x
cometd-documentation-3.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cometd</groupId>
    <artifactId>cometd-documentation</artifactId>
    <version>7.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cometd:cometd-documentation:7.0.10'

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

implementation("org.cometd:cometd-documentation:7.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cometd" % "cometd-documentation" % "7.0.10"

Advertisement