MVN

org.junit.support : testng-engine

Maven & Gradle

Jun 27, 2022
2 usages
28 stars

TestNG Engine for the JUnit Platform · Allows executing TestNG tests on the JUnit Platform

<dependency>
    <groupId>org.junit.support</groupId>
    <artifactId>testng-engine</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.junit.support : testng-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of org.junit.support : testng-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
testng-engine-1.0.4
testng-engine-1.0.3
testng-engine-1.0.2
testng-engine-1.0.1
testng-engine-1.0.0
testng-engine-1.0.0-RC1
testng-engine-1.0.0-M2
testng-engine-1.0.0-M1

How to add a dependency to Maven

Add the following org.junit.support : testng-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.junit.support</groupId>
    <artifactId>testng-engine</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.junit.support : testng-engine gradle dependency to your build.gradle file:

implementation 'org.junit.support:testng-engine:1.0.4'

Gradle Kotlin DSL: Add the following org.junit.support : testng-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.junit.support:testng-engine:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.junit.support : testng-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.junit.support" % "testng-engine" % "1.0.4"

Advertisement