<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.2</version> </dependency>
implementation 'org.testng:testng:6.2'
implementation("org.testng:testng:6.2")
libraryDependencies += "org.testng" % "testng" % "6.2"
@Grapes( @Grab(group='org.testng', module='testng', version='6.2') )
<dependency org="org.testng" name="testng" rev="6.2" />
[org.testng/testng "6.2"]
'org.testng:testng:jar:6.2'
<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.beust:jcommander:1.12
|-- org.yaml:snakeyaml:1.6
provided
|-- com.google.inject:guice:2.0