Download geb-spock-0.9.2.jar file - Jar g

Jar examples for g:geb-spock

Description

Geb (pronounced "jeb") integration with the Spock test framework.

You can download jar file geb-spock 0.9.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geb-spock-0.9.2.jar to your project.

<dependency>
   <groupId>org.gebish</groupId>
   <artifactId>geb-spock</artifactId>
   <version>0.9.2</version>
</dependency>
compile group: 'org.gebish', name: 'geb-spock', version: '0.9.2'
libraryDependencies += "org.gebish" % "geb-spock" % "0.9.2"
<dependency org="org.gebish" name="geb-spock" rev="0.9.2"/>
@Grapes(@Grab(group='org.gebish', module='geb-spock', version='0.9.2'))
'org.gebish:geb-spock:jar:0.9.2'

Download

Click the following link to download the jar file.

geb-spock-0.9.2-javadoc.jar
geb-spock-0.9.2-sources.jar
geb-spock-0.9.2.jar
geb-spock-0.9.2.pom



Related Tutorials