<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.9.4</version> </dependency>
implementation 'org.testng:testng:6.9.4'
implementation("org.testng:testng:6.9.4")
libraryDependencies += "org.testng" % "testng" % "6.9.4"
@Grapes( @Grab(group='org.testng', module='testng', version='6.9.4') )
<dependency org="org.testng" name="testng" rev="6.9.4" />
[org.testng/testng "6.9.4"]
'org.testng:testng:jar:6.9.4'
<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.12
provided
|-- com.google.inject:guice:4.0
test
|-- org.assertj:assertj-core:2.0.0