is not current version
Last Version 5.1

org.gebish:geb-spock 3.0.1

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

3.0.1
Type

Type

jar

Download geb-spock 3.0.1


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