License |
License |
---|---|
GroupId | GroupIdorg.gebish |
ArtifactId | ArtifactIdgeb-core |
Last Version | Last Version5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeb 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geb-core-5.1.pom | |
geb-core-5.1.jar | 690 KB |
geb-core-5.1-sources.jar | 166 KB |
geb-core-5.1-javadoc.jar | 658 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gebish/geb-core/ -->
<dependency>
<groupId>org.gebish</groupId>
<artifactId>geb-core</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gebish/geb-core/
implementation 'org.gebish:geb-core:5.1'
// https://jarcasting.com/artifacts/org.gebish/geb-core/
implementation ("org.gebish:geb-core:5.1")
'org.gebish:geb-core:jar:5.1'
<dependency org="org.gebish" name="geb-core" rev="5.1">
<artifact name="geb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gebish', module='geb-core', version='5.1')
)
libraryDependencies += "org.gebish" % "geb-core" % "5.1"
[org.gebish/geb-core "5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-api | jar | 3.141.59 |
org.gebish : geb-ast | jar | 5.1 |
org.gebish : geb-waiting | jar | 5.1 |
org.threeten : threeten-extra | jar | 1.4 |
org.codehaus.groovy : groovy | jar | |
org.codehaus.groovy : groovy-templates | jar | |
org.seleniumhq.selenium : selenium-support Optional | jar | 3.141.59 |
Group / Artifact | Type | Version |
---|---|---|
org.jodd : jodd-lagarto | jar | 5.1.5 |