не последняя версия
Последняя версия 0.7.2

org.codehaus.geb:geb-core 0.7.0

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.

Группа

Группа

org.codehaus.geb
Идентификатор

Идентификатор

geb-core
Версия

Версия

0.7.0
Тип

Тип

jar

Скачать geb-core 0.7.0


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