is not current version
Last Version 7.6.0

org.testng:testng 5.1

TestNG is a unit testing framework.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.testng
ArtifactId

ArtifactId

testng
Version

Version

5.1
Type

Type

jar

Download testng 5.1

Filename Size
testng-5.1.pom -1 bytes
testng-5.1-jdk15.jar 675 KB
testng-5.1-jdk14.jar 817 KB
Browse

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