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