<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>5.14</version> </dependency>
implementation 'org.testng:testng:5.14'
implementation("org.testng:testng:5.14")
libraryDependencies += "org.testng" % "testng" % "5.14"
@Grapes( @Grab(group='org.testng', module='testng', version='5.14') )
<dependency org="org.testng" name="testng" rev="5.14" />
[org.testng/testng "5.14"]
'org.testng:testng:jar:5.14'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>3</version> </parent>
compile
|-- ant:ant:1.6.5
|-- junit:junit:3.8.1
|-- org.beanshell:bsh:2.0b4
|-- com.google.inject:guice:2.0
|-- com.beust:jcommander:1.5