MVN

org.talend.esb.hyperic : trun-plugin

Maven & Gradle

Feb 06, 2017
150 stars

Talend ESB :: Adapters :: HQ :: Talend Runtime Plugin

<dependency>
    <groupId>org.talend.esb.hyperic</groupId>
    <artifactId>trun-plugin</artifactId>
    <version>6.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.talend.esb.hyperic : trun-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.2

All Versions

Choose a version of org.talend.esb.hyperic : trun-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
trun-plugin-6.3.0
6.2.x
trun-plugin-6.2.2
trun-plugin-6.2.1
trun-plugin-6.2.0
6.1.x
trun-plugin-6.1.2
trun-plugin-6.1.1
trun-plugin-6.1.0
6.0.x
trun-plugin-6.0.1
trun-plugin-6.0.0
5.6.x
trun-plugin-5.6.3
trun-plugin-5.6.2
trun-plugin-5.6.1
trun-plugin-5.6.0
5.5.x
trun-plugin-5.5.2
trun-plugin-5.5.1
trun-plugin-5.5.0
5.4.x
trun-plugin-5.4.2
trun-plugin-5.4.1
trun-plugin-5.4.0

How to add a dependency to Maven

Add the following org.talend.esb.hyperic : trun-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.talend.esb.hyperic</groupId>
    <artifactId>trun-plugin</artifactId>
    <version>6.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.talend.esb.hyperic : trun-plugin gradle dependency to your build.gradle file:

implementation 'org.talend.esb.hyperic:trun-plugin:6.2.2'

Gradle Kotlin DSL: Add the following org.talend.esb.hyperic : trun-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.talend.esb.hyperic:trun-plugin:6.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.talend.esb.hyperic : trun-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.talend.esb.hyperic" % "trun-plugin" % "6.2.2"