is not current version
Last Version 0.7.2

org.codehaus.geb:geb-spock 0.6.0

Geb (pronounced "jeb") integration with the Spock test framework.

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-spock
Version

Version

0.6.0
Type

Type

jar

Download geb-spock 0.6.0


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