Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.codehaus.geb |
ArtifactId | ArtifactIdgeb-junit3 |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
geb-junit3-0.7.0.pom | |
geb-junit3-0.7.0.jar | 8 KB |
geb-junit3-0.7.0-sources.jar | 2 KB |
geb-junit3-0.7.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.geb/geb-junit3/ -->
<dependency>
<groupId>org.codehaus.geb</groupId>
<artifactId>geb-junit3</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-junit3/
implementation 'org.codehaus.geb:geb-junit3:0.7.0'
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-junit3/
implementation ("org.codehaus.geb:geb-junit3:0.7.0")
'org.codehaus.geb:geb-junit3:jar:0.7.0'
<dependency org="org.codehaus.geb" name="geb-junit3" rev="0.7.0">
<artifact name="geb-junit3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.geb', module='geb-junit3', version='0.7.0')
)
libraryDependencies += "org.codehaus.geb" % "geb-junit3" % "0.7.0"
[org.codehaus.geb/geb-junit3 "0.7.0"]