MVN

org.cometd.javascript : cometd-examples-vanilla

Maven & Gradle

Oct 27, 2020
1 usages
537 stars

CometD :: JavaScript :: Examples Vanilla

<dependency>
    <groupId>org.cometd.javascript</groupId>
    <artifactId>cometd-examples-vanilla</artifactId>
    <version>4.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.9
  • Latest Release Candidate: 3.1.2-RC0
  • Latest Beta: 4.0.0-BETA1

All Versions

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

Version Vulnerabilities Updated
4.0.x
cometd-examples-vanilla-4.0.9
cometd-examples-vanilla-4.0.8
cometd-examples-vanilla-4.0.7
cometd-examples-vanilla-4.0.6
cometd-examples-vanilla-4.0.5
cometd-examples-vanilla-4.0.4
cometd-examples-vanilla-4.0.3
cometd-examples-vanilla-4.0.2
cometd-examples-vanilla-4.0.1
cometd-examples-vanilla-4.0.0
cometd-examples-vanilla-4.0.0-BETA1
cometd-examples-vanilla-4.0.0-BETA0
3.1.x
cometd-examples-vanilla-3.1.14
cometd-examples-vanilla-3.1.13
cometd-examples-vanilla-3.1.12
cometd-examples-vanilla-3.1.11
cometd-examples-vanilla-3.1.10
cometd-examples-vanilla-3.1.9
cometd-examples-vanilla-3.1.8
cometd-examples-vanilla-3.1.7
cometd-examples-vanilla-3.1.6
cometd-examples-vanilla-3.1.5
cometd-examples-vanilla-3.1.4
cometd-examples-vanilla-3.1.3
cometd-examples-vanilla-3.1.2
cometd-examples-vanilla-3.1.2-RC0
cometd-examples-vanilla-3.1.2-BETA1
cometd-examples-vanilla-3.1.2-BETA0
cometd-examples-vanilla-3.1.1
cometd-examples-vanilla-3.1.0
cometd-examples-vanilla-3.1.0-RC1
cometd-examples-vanilla-3.1.0-RC0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cometd.javascript</groupId>
    <artifactId>cometd-examples-vanilla</artifactId>
    <version>4.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cometd.javascript:cometd-examples-vanilla:4.0.9'

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

implementation("org.cometd.javascript:cometd-examples-vanilla:4.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cometd.javascript" % "cometd-examples-vanilla" % "4.0.9"