文件下载
文件名 操作
groovy-testng-2.2.0-rc-2.jar 下载
groovy-testng-2.2.0-rc-2.pom 下载
groovy-testng-2.2.0-rc-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-testng</artifactId>
  <version>2.2.0-rc-2</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-testng:2.2.0-rc-2'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-testng:2.2.0-rc-2")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-testng" % "2.2.0-rc-2"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-testng', version='2.2.0-rc-2')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-testng" rev="2.2.0-rc-2" />
Leiningen
[org.codehaus.groovy/groovy-testng "2.2.0-rc-2"]
Apache Buildr
'org.codehaus.groovy:groovy-testng:jar:2.2.0-rc-2'