t

testng

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