Last Version

Geb Core 0.7.2

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.

License

License

GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-core
Version

Version

0.7.2
Type

Type

jar
Description

Description

Geb Core
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.
Project URL

Project URL

http://www.gebish.org
Source Code Management

Source Code Management

https://github.com/geb/geb/

Download geb-core 0.7.2


<!-- https://jarcasting.com/artifacts/org.codehaus.geb/geb-core/ -->
<dependency>
    <groupId>org.codehaus.geb</groupId>
    <artifactId>geb-core</artifactId>
    <version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-core/
implementation 'org.codehaus.geb:geb-core:0.7.2'
// https://jarcasting.com/artifacts/org.codehaus.geb/geb-core/
implementation ("org.codehaus.geb:geb-core:0.7.2")
'org.codehaus.geb:geb-core:jar:0.7.2'
<dependency org="org.codehaus.geb" name="geb-core" rev="0.7.2">
  <artifact name="geb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.geb', module='geb-core', version='0.7.2')
)
libraryDependencies += "org.codehaus.geb" % "geb-core" % "0.7.2"
[org.codehaus.geb/geb-core "0.7.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.geb : geb-implicit-assertions jar 0.7.2

provided (2)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-api jar 2.15.0
org.seleniumhq.selenium : selenium-support jar 2.15.0

Project Modules

There are no modules declared in this project.