t

testng

TestNG is a testing framework.
http://testng.org
Apache License, Version 2.0
Cedric Beust
Files download
File Operation
testng-5.14.7.jar download
testng-5.14.7.pom download
testng-5.14.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.testng</groupId>
  <artifactId>testng</artifactId>
  <version>5.14.7</version>
</dependency>
Gradle Groovy
implementation 'org.testng:testng:5.14.7'
Gradle Kotlin
implementation("org.testng:testng:5.14.7")
Scala SBT
libraryDependencies += "org.testng" % "testng" % "5.14.7"
Groovy Grape
@Grapes(
  @Grab(group='org.testng', module='testng', version='5.14.7')
)
Apache Ivy
<dependency org="org.testng" name="testng" rev="5.14.7" />
Leiningen
[org.testng/testng "5.14.7"]
Apache Buildr
'org.testng:testng:jar:5.14.7'