License |
License |
---|---|
Categories |
CategoriesGroovy Languages TestNG Unit Testing |
GroupId | GroupIdorg.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-testng |
Last Version | Last Version3.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Groovy
Groovy: A powerful, dynamic language for the JVM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
groovy-testng-3.0.8.pom | |
groovy-testng-3.0.8-sources.jar | 4 KB |
groovy-testng-3.0.8-javadoc.jar | 393 KB |
groovy-testng-3.0.8-indy.jar | 5 KB |
groovy-testng-3.0.8-groovydoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-testng/ -->
<dependency>
<groupId>org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy</groupId>
<artifactId>groovy-testng</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-testng/
implementation 'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-testng:3.0.8'
// https://jarcasting.com/artifacts/org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-testng/
implementation ("org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-testng:3.0.8")
'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-testng:jar:3.0.8'
<dependency org="org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" name="groovy-testng" rev="3.0.8">
<artifact name="groovy-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy', module='groovy-testng', version='3.0.8')
)
libraryDependencies += "org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" % "groovy-testng" % "3.0.8"
[org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-testng "3.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 3.0.8 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |