is not current version
Last Version 0.5.1

org.codehaus.geb:geb-grails 0.5

Geb (pronounced with a soft “G” like “Jeb”) is a browser automation solution for the Groovy programming language. It combines the browser driving features of WebDriver (and therefore can work with Internet Explorer, FireFox, Chrome and HTMLUnit) with a jQuery inspired content navigation/inspection API and the expressiveness of Groovy.

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.codehaus.geb
ArtifactId

ArtifactId

geb-grails
Version

Version

0.5
Type

Type

jar

Download geb-grails 0.5


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