Download geb-test-common-0.13.0.jar file - Jar g

Jar examples for g:geb-test-common

Description

Geb (pronounced "jeb") module containig code common to test integrations.

You can download jar file geb-test-common 0.13.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geb-test-common-0.13.0.jar to your project.

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

Download

Click the following link to download the jar file.

geb-test-common-0.13.0-javadoc.jar
geb-test-common-0.13.0-sources.jar
geb-test-common-0.13.0.jar
geb-test-common-0.13.0.pom



Related Tutorials