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-RELEASE120-u1.jar download
testng-6.8.1-dist-RELEASE120-u1.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>testng-6.8.1-dist</artifactId>
  <version>RELEASE120-u1</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:testng-6.8.1-dist:RELEASE120-u1'
Gradle Kotlin
implementation("org.netbeans.external:testng-6.8.1-dist:RELEASE120-u1")
Scala SBT
libraryDependencies += "org.netbeans.external" % "testng-6.8.1-dist" % "RELEASE120-u1"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='testng-6.8.1-dist', version='RELEASE120-u1')
)
Apache Ivy
<dependency org="org.netbeans.external" name="testng-6.8.1-dist" rev="RELEASE120-u1" />
Leiningen
[org.netbeans.external/testng-6.8.1-dist "RELEASE120-u1"]
Apache Buildr
'org.netbeans.external:testng-6.8.1-dist:jar:RELEASE120-u1'