is not current version
Last Version 5.1

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

2.3.1
Type

Type

jar

Download geb-spock 2.3.1


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