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