is not current version
Last Version 7.6.0

org.testng:testng 4.7

TestNG is a unit testing framework.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.testng
ArtifactId

ArtifactId

testng
Version

Version

4.7
Type

Type

jar

Download testng 4.7

Filename Size
testng-4.7.pom -1 bytes
testng-4.7-jdk15.jar 659 KB
testng-4.7-jdk14.jar 809 KB
Browse

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