is not current version
Last Version 5.1

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

1.1.1
Type

Type

jar

Download geb-spock 1.1.1


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