MVN

org.testng : testng

Maven & Gradle

May 18, 2023
9.3k usages
1.8k stars

testng · Testing framework for Java

<dependency>
    <groupId>org.testng</groupId>
    <artifactId>testng</artifactId>
    <version>7.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.8.0
  • Latest Beta: 7.0.0-beta7

All Versions

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

Version Vulnerabilities Updated
7.8.x
testng-7.8.0
7.7.x
testng-7.7.1
testng-7.7.0
7.6.x
testng-7.6.1
CVE-2022-4065
testng-7.6.0
CVE-2022-4065
7.5.x
testng-7.5.1
7.5
testng-7.5
CVE-2022-4065
7.4.x
testng-7.4.0
CVE-2022-4065
7.3.x
testng-7.3.0
CVE-2022-4065
7.1.x
testng-7.1.0
CVE-2022-4065
7.0.x
testng-7.0.0
CVE-2022-4065
testng-7.0.0-beta7
CVE-2022-4065
testng-7.0.0-beta4
CVE-2022-4065
testng-7.0.0-beta3
CVE-2022-4065
testng-7.0.0-beta2
CVE-2022-4065
testng-7.0.0-beta1
CVE-2022-4065
6.14.x
testng-6.14.3
CVE-2022-4065
testng-6.14.2
CVE-2022-4065
6.13.x
testng-6.13.1
CVE-2022-4065
6.13
testng-6.13
CVE-2022-4065
6.11
testng-6.11
CVE-2022-4065
6.10
testng-6.10
CVE-2022-4065
6.9.x
testng-6.9.13.6
CVE-2022-4065
testng-6.9.13.5
CVE-2022-4065
testng-6.9.13.4
CVE-2022-4065
testng-6.9.13.3
CVE-2022-4065
testng-6.9.10
CVE-2022-4065
testng-6.9.9
CVE-2022-4065
testng-6.9.8
CVE-2022-4065
testng-6.9.7
CVE-2022-4065
testng-6.9.6
CVE-2022-4065
testng-6.9.5
CVE-2022-4065
testng-6.9.4
CVE-2022-4065
6.8.x
testng-6.8.21
CVE-2022-4065
testng-6.8.17
CVE-2022-4065
testng-6.8.15
CVE-2022-4065
testng-6.8.14
CVE-2022-4065
testng-6.8.13
CVE-2022-4065
testng-6.8.8
CVE-2022-4065
testng-6.8.7
CVE-2022-4065
testng-6.8.5
CVE-2022-4065
testng-6.8.3
CVE-2022-4065
testng-6.8.1
CVE-2022-4065
6.8
testng-6.8
CVE-2022-4065
6.7
testng-6.7
CVE-2022-4065
6.6
testng-6.6
CVE-2022-4065
6.5.x
testng-6.5.2
CVE-2022-4065
testng-6.5.1
CVE-2022-4065
6.4
testng-6.4
CVE-2022-4065
6.3.x
testng-6.3.1
CVE-2022-4065
6.3
testng-6.3
CVE-2022-4065
6.2.x
testng-6.2.1
CVE-2022-4065
6.2
testng-6.2
CVE-2022-4065
6.1.x
testng-6.1.1
CVE-2022-4065
6.1
testng-6.1
CVE-2022-4065
6.0.x
testng-6.0.1
CVE-2022-4065
6.0
testng-6.0
CVE-2022-4065
5.14.x
testng-5.14.10
CVE-2022-4065
testng-5.14.9
CVE-2022-4065
testng-5.14.7
CVE-2022-4065
testng-5.14.6
CVE-2022-4065
testng-5.14.5
CVE-2022-4065
testng-5.14.4
CVE-2022-4065
testng-5.14.3
CVE-2022-4065
testng-5.14.2
CVE-2022-4065
testng-5.14.1
CVE-2022-4065
5.14
testng-5.14
CVE-2022-4065
5.13.x
testng-5.13.1
CVE-2022-4065
5.13
testng-5.13
CVE-2022-4065
5.12.x
testng-5.12.1
CVE-2022-4065
5.11
testng-5.11
CVE-2022-4065
5.10
testng-5.10
CVE-2022-4065
5.9
testng-5.9
CVE-2022-4065
5.8
testng-5.8
CVE-2022-4065
5.7
testng-5.7
CVE-2022-4065
5.6
testng-5.6
CVE-2022-4065
5.5
testng-5.5
CVE-2022-4065
5.1
testng-5.1
CVE-2022-4065
5.0.x
testng-5.0.2
CVE-2022-4065
testng-5.0.1
CVE-2022-4065
5.0
testng-5.0
CVE-2022-4065
4.7
testng-4.7
CVE-2022-4065
4.6.x
testng-4.6.1
CVE-2022-4065
4.4.x
testng-4.4.7
CVE-2022-4065

How to add a dependency to Maven

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

<dependency>
    <groupId>org.testng</groupId>
    <artifactId>testng</artifactId>
    <version>7.8.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.testng:testng:7.8.0'

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

implementation("org.testng:testng:7.8.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.testng" % "testng" % "7.8.0"

Advertisement

Dependencies from Group

May 18, 2023
9.3k usages
1.8k stars
Nov 06, 2006
4 usages
Aug 25, 2019
10 stars
Nov 06, 2006

Discover Dependencies

poi
Sep 09, 2022
1.9k usages
Aug 07, 2023
3.4k usages
5.7k stars
Jun 18, 2023
3.7k usages
4.4k stars
Jun 03, 2023
20.8k usages
May 30, 2023
10.7k usages
2.2k stars
Apr 17, 2008
8.5k usages
May 30, 2023
20.7k usages
3.4k stars
Jul 13, 2023
4.4k usages
55k stars
Aug 24, 2023
7.8k usages
72.7k stars
Mar 17, 2023
3.2k usages
1.4k stars