Categories |
CategoriesSpock Application Testing & Monitoring |
---|---|
GroupId | GroupIdorg.gebish |
ArtifactId | ArtifactIdgeb-spock |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
geb-spock-0.9.3.pom | |
geb-spock-0.9.3.jar | 11 KB |
geb-spock-0.9.3-sources.jar | 2 KB |
geb-spock-0.9.3-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-spock/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-spock</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-spock/
implementation 'org.gebish:geb-spock:0.9.3'
// https://jarcasting.com/artifacts/org.gebish/geb-spock/
implementation ("org.gebish:geb-spock:0.9.3")
'org.gebish:geb-spock:jar:0.9.3'
<dependency org="org.gebish" name="geb-spock" rev="0.9.3">
<artifact name="geb-spock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-spock', version='0.9.3')
)
libraryDependencies += "org.gebish" % "geb-spock" % "0.9.3"
[org.gebish/geb-spock "0.9.3"]