is not current version
Last Version 5.1

org.gebish:geb-core 3.4

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.

GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-core
Version

Version

3.4
Type

Type

jar

Download geb-core 3.4


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