Categories |
CategoriesGroovy Languages TestNG Unit Testing |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-testng |
Version | Version2.5.12 |
Type | Typejar |
Filename | Size |
---|---|
groovy-testng-2.5.12.pom | |
groovy-testng-2.5.12.jar | 9 KB |
groovy-testng-2.5.12-sources.jar | 4 KB |
groovy-testng-2.5.12-javadoc.jar | 399 KB |
groovy-testng-2.5.12-indy.jar | 5 KB |
groovy-testng-2.5.12-groovydoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-testng/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-testng</artifactId>
<version>2.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-testng/
implementation 'org.codehaus.groovy:groovy-testng:2.5.12'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-testng/
implementation ("org.codehaus.groovy:groovy-testng:2.5.12")
'org.codehaus.groovy:groovy-testng:jar:2.5.12'
<dependency org="org.codehaus.groovy" name="groovy-testng" rev="2.5.12">
<artifact name="groovy-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-testng', version='2.5.12')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-testng" % "2.5.12"
[org.codehaus.groovy/groovy-testng "2.5.12"]