MVN

org.eclipse.che : test-ls-agent

Maven & Gradle

Oct 16, 2018
2 usages

Test Language Server Agent

<dependency>
    <groupId>org.eclipse.che</groupId>
    <artifactId>test-ls-agent</artifactId>
    <version>6.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che : test-ls-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.12.2

All Versions

Choose a version of org.eclipse.che : test-ls-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.12.x
test-ls-agent-6.12.2
test-ls-agent-6.12.1
test-ls-agent-6.12.0
6.11.x
test-ls-agent-6.11.1
test-ls-agent-6.11.0
6.10.x
test-ls-agent-6.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.che</groupId>
    <artifactId>test-ls-agent</artifactId>
    <version>6.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che : test-ls-agent gradle dependency to your build.gradle file:

implementation 'org.eclipse.che:test-ls-agent:6.12.2'

Gradle Kotlin DSL: Add the following org.eclipse.che : test-ls-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.che:test-ls-agent:6.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che : test-ls-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che" % "test-ls-agent" % "6.12.2"