is not current version
Last Version 7.6.0

org.testng:testng 5.10

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.testng
ArtifactId

ArtifactId

testng
Version

Version

5.10
Type

Type

jar

Download testng 5.10


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