is not current version
Last Version 0.7.2

org.codehaus.geb:geb-spock 0.6.0.RC1

Geb (pronounced with a soft “G” like “Jeb”) is a browser automation solution for the Groovy programming language. It combines the browser driving features of WebDriver (and therefore can work with Internet Explorer, FireFox, Chrome and HTMLUnit) with a jQuery inspired content navigation/inspection API and the expressiveness of Groovy.

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-spock
Version

Version

0.6.0.RC1
Type

Type

jar

Download geb-spock 0.6.0.RC1


<!-- https://jarcasting.com/artifacts/org.codehaus.geb/geb-spock/ -->
<dependency>
    <groupId>org.codehaus.geb</groupId>
    <artifactId>geb-spock</artifactId>
    <version>0.6.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-spock/
implementation 'org.codehaus.geb:geb-spock:0.6.0.RC1'
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-spock/
implementation ("org.codehaus.geb:geb-spock:0.6.0.RC1")
'org.codehaus.geb:geb-spock:jar:0.6.0.RC1'
<dependency org="org.codehaus.geb" name="geb-spock" rev="0.6.0.RC1">
  <artifact name="geb-spock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.geb', module='geb-spock', version='0.6.0.RC1')
)
libraryDependencies += "org.codehaus.geb" % "geb-spock" % "0.6.0.RC1"
[org.codehaus.geb/geb-spock "0.6.0.RC1"]