Grails Geb Plugin

Provides Integration with Geb for Functional Testing

License

License

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails.plugins
ArtifactId

ArtifactId

geb
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Grails Geb Plugin
Provides Integration with Geb for Functional Testing
Project URL

Project URL

https://github.com/grails/geb
Source Code Management

Source Code Management

https://github.com/grails/geb

Download geb

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.grails : grails-core jar 5.1.8
org.gebish : geb-spock jar 5.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0