MVN

org.cometd.java : cometd-java-tests

Maven & Gradle

Oct 27, 2020
535 stars

CometD :: Java :: Tests

<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-tests</artifactId>
    <version>4.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-tests</artifactId>
    <version>4.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cometd.java:cometd-java-tests:4.0.9'

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

implementation("org.cometd.java:cometd-java-tests:4.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cometd.java" % "cometd-java-tests" % "4.0.9"

Advertisement