MVN

org.eclipse.che : go-agents

Maven & Gradle

Sep 20, 2019

Agent :: Golang agents

<dependency>
    <groupId>org.eclipse.che</groupId>
    <artifactId>go-agents</artifactId>
    <version>6.19.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che : go-agents to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.19.6
  • Latest Release Candidate: 7.0.0-rc-3.0
  • Latest Beta: 7.0.0-beta-5.0

All Versions

Choose a version of org.eclipse.che : go-agents to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
go-agents-7.0.0-rc-3.0
go-agents-7.0.0-RC-1.1
go-agents-7.0.0-RC-2.0
go-agents-7.0.0-RC-1.0
go-agents-7.0.0-beta-5.0
go-agents-7.0.0-beta-4.0
go-agents-7.0.0-beta-3.0
go-agents-7.0.0-beta-2.0
go-agents-7.0.0-beta-1.0
6.19.x
go-agents-6.19.6
go-agents-6.19.5
go-agents-6.19.4
go-agents-6.19.3
go-agents-6.19.2
go-agents-6.19.1
go-agents-6.19.0
6.18.x
go-agents-6.18.2
go-agents-6.18.1
go-agents-6.18.0
6.17.x
go-agents-6.17.1
go-agents-6.17.0
6.16.x
go-agents-6.16.0
6.15.x
go-agents-6.15.0
6.14.x
go-agents-6.14.2
go-agents-6.14.1
go-agents-6.14.0
6.13.x
go-agents-6.13.1
go-agents-6.13.0
6.12.x
go-agents-6.12.2
go-agents-6.12.1
go-agents-6.12.0
6.11.x
go-agents-6.11.1
go-agents-6.11.0
6.10.x
go-agents-6.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.che</groupId>
    <artifactId>go-agents</artifactId>
    <version>6.19.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che : go-agents gradle dependency to your build.gradle file:

implementation 'org.eclipse.che:go-agents:6.19.6'

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

implementation("org.eclipse.che:go-agents:6.19.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che : go-agents sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che" % "go-agents" % "6.19.6"