MVN

org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper

Maven & Gradle

Jan 26, 2018

Tycho Surefire TestNG Helper · This bundle is a Tycho internal bundle that is required to build Tycho itself and is not intended for public use. It exports 2 (empty) packages "org.testng" and "org.testng.xml" in order to fulfill the build requirements for the org.eclipse.tycho.surefire.testng Plug-in.

<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>org.eclipse.tycho.surefire.testnghelper</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
org.eclipse.tycho.surefire.testnghelper-1.1.0
1.0.x
org.eclipse.tycho.surefire.testnghelper-1.0.0
0.26.x
org.eclipse.tycho.surefire.testnghelper-0.26.0

How to add a dependency to Maven

Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>org.eclipse.tycho.surefire.testnghelper</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper gradle dependency to your build.gradle file:

implementation 'org.eclipse.tycho:org.eclipse.tycho.surefire.testnghelper:1.1.0'

Gradle Kotlin DSL: Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.tycho:org.eclipse.tycho.surefire.testnghelper:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.testnghelper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.tycho" % "org.eclipse.tycho.surefire.testnghelper" % "1.1.0"