<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.9.8</version> </dependency>
implementation 'org.testng:testng:6.9.8'
implementation("org.testng:testng:6.9.8")
libraryDependencies += "org.testng" % "testng" % "6.9.8"
@Grapes( @Grab(group='org.testng', module='testng', version='6.9.8') )
<dependency org="org.testng" name="testng" rev="6.9.8" />
[org.testng/testng "6.9.8"]
'org.testng:testng:jar:6.9.8'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>3</version> </parent>
compile
|-- org.apache.ant:ant:1.7.0
|-- junit:junit:4.10
|-- org.beanshell:bsh:2.0b4
|-- com.beust:jcommander:1.48
|-- org.yaml:snakeyaml:1.15
provided
|-- com.google.inject:guice:4.0
test
|-- org.assertj:assertj-core:2.0.0