is not current version
Last Version 7.6.0

org.testng:testng 6.8.8

TestNG is a testing framework.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.testng
ArtifactId

ArtifactId

testng
Version

Version

6.8.8
Type

Type

jar

Download testng 6.8.8


<!-- https://jarcasting.com/artifacts/org.testng/testng/ -->
<dependency>
    <groupId>org.testng</groupId>
    <artifactId>testng</artifactId>
    <version>6.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.testng/testng/
implementation 'org.testng:testng:6.8.8'
// https://jarcasting.com/artifacts/org.testng/testng/
implementation ("org.testng:testng:6.8.8")
'org.testng:testng:jar:6.8.8'
<dependency org="org.testng" name="testng" rev="6.8.8">
  <artifact name="testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testng', module='testng', version='6.8.8')
)
libraryDependencies += "org.testng" % "testng" % "6.8.8"
[org.testng/testng "6.8.8"]