Download geb-core-2.0-rc-1.jar file - Jar g

Jar examples for g:geb-core

Description

Geb (pronounced "jeb") is a browser automation solution. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language.

You can download jar file geb-core 2.0-rc-1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geb-core-2.0-rc-1.jar to your project.

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

Download

Click the following link to download the jar file.

geb-core-2.0-rc-1-javadoc.jar
geb-core-2.0-rc-1-sources.jar
geb-core-2.0-rc-1.jar
geb-core-2.0-rc-1.pom



Related Tutorials