is not current version
Last Version 5.1

org.gebish:geb-spock 0.12.0

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

Categories

Categories

Spock Application Testing & Monitoring
GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-spock
Version

Version

0.12.0
Type

Type

jar

Download geb-spock 0.12.0


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