is not current version
Last Version RELEASE121

org.netbeans.external:testng-6.8.1-dist RELEASE120

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Categories

Categories

NetBeans Development Tools IDE TestNG Unit Testing Net
GroupId

GroupId

org.netbeans.external
ArtifactId

ArtifactId

testng-6.8.1-dist
Version

Version

RELEASE120
Type

Type

jar

Download testng-6.8.1-dist RELEASE120


<!-- https://jarcasting.com/artifacts/org.netbeans.external/testng-6.8.1-dist/ -->
<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>testng-6.8.1-dist</artifactId>
    <version>RELEASE120</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/testng-6.8.1-dist/
implementation 'org.netbeans.external:testng-6.8.1-dist:RELEASE120'
// https://jarcasting.com/artifacts/org.netbeans.external/testng-6.8.1-dist/
implementation ("org.netbeans.external:testng-6.8.1-dist:RELEASE120")
'org.netbeans.external:testng-6.8.1-dist:jar:RELEASE120'
<dependency org="org.netbeans.external" name="testng-6.8.1-dist" rev="RELEASE120">
  <artifact name="testng-6.8.1-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='testng-6.8.1-dist', version='RELEASE120')
)
libraryDependencies += "org.netbeans.external" % "testng-6.8.1-dist" % "RELEASE120"
[org.netbeans.external/testng-6.8.1-dist "RELEASE120"]