t

testng

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