MVN

org.eclipse.che.plugin : che-plugin-testing-classpath

Maven & Gradle

Oct 17, 2018
4 usages

Che Plugin :: Java Testing :: Classpath

<dependency>
    <groupId>org.eclipse.che.plugin</groupId>
    <artifactId>che-plugin-testing-classpath</artifactId>
    <version>6.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che.plugin : che-plugin-testing-classpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.12.2

All Versions

Choose a version of org.eclipse.che.plugin : che-plugin-testing-classpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.12.x
che-plugin-testing-classpath-6.12.2
che-plugin-testing-classpath-6.12.1
che-plugin-testing-classpath-6.12.0
6.11.x
che-plugin-testing-classpath-6.11.1
che-plugin-testing-classpath-6.11.0
6.10.x
che-plugin-testing-classpath-6.10.0

How to add a dependency to Maven

Add the following org.eclipse.che.plugin : che-plugin-testing-classpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.che.plugin</groupId>
    <artifactId>che-plugin-testing-classpath</artifactId>
    <version>6.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che.plugin : che-plugin-testing-classpath gradle dependency to your build.gradle file:

implementation 'org.eclipse.che.plugin:che-plugin-testing-classpath:6.12.2'

Gradle Kotlin DSL: Add the following org.eclipse.che.plugin : che-plugin-testing-classpath gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.che.plugin:che-plugin-testing-classpath:6.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che.plugin : che-plugin-testing-classpath sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-testing-classpath" % "6.12.2"