is not current version
Last Version 5.1

org.gebish:geb-spock 3.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

3.0
Type

Type

jar

Download geb-spock 3.0


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