t

testng-6.8.1-dist

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
Files download
File Operation
testng-6.8.1-dist-RELEASE121.jar download
testng-6.8.1-dist-RELEASE121.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>testng-6.8.1-dist</artifactId>
  <version>RELEASE121</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:testng-6.8.1-dist:RELEASE121'
Gradle Kotlin
implementation("org.netbeans.external:testng-6.8.1-dist:RELEASE121")
Scala SBT
libraryDependencies += "org.netbeans.external" % "testng-6.8.1-dist" % "RELEASE121"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='testng-6.8.1-dist', version='RELEASE121')
)
Apache Ivy
<dependency org="org.netbeans.external" name="testng-6.8.1-dist" rev="RELEASE121" />
Leiningen
[org.netbeans.external/testng-6.8.1-dist "RELEASE121"]
Apache Buildr
'org.netbeans.external:testng-6.8.1-dist:jar:RELEASE121'