Categories |
CategoriesGroovy Languages TestNG Unit Testing |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-testng |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
groovy-testng-2.5.2.pom | |
groovy-testng-2.5.2.jar | 9 KB |
groovy-testng-2.5.2-sources.jar | 4 KB |
groovy-testng-2.5.2-javadoc.jar | 29 KB |
groovy-testng-2.5.2-indy.jar | 5 KB |
groovy-testng-2.5.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-testng/
implementation 'org.codehaus.groovy:groovy-testng:2.5.2'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-testng/
implementation ("org.codehaus.groovy:groovy-testng:2.5.2")
'org.codehaus.groovy:groovy-testng:jar:2.5.2'
<dependency org="org.codehaus.groovy" name="groovy-testng" rev="2.5.2">
<artifact name="groovy-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-testng', version='2.5.2')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-testng" % "2.5.2"
[org.codehaus.groovy/groovy-testng "2.5.2"]