Files download
File Operation
groovy-testng-2.3.2.jar download
groovy-testng-2.3.2.pom download
groovy-testng-2.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-testng</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-testng:2.3.2'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-testng:2.3.2")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-testng" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-testng', version='2.3.2')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-testng" rev="2.3.2" />
Leiningen
[org.codehaus.groovy/groovy-testng "2.3.2"]
Apache Buildr
'org.codehaus.groovy:groovy-testng:jar:2.3.2'