| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks | 
| GroupId | GroupIdorg.grails.plugins | 
| ArtifactId | ArtifactIdgeb | 
| Last Version | Last Version3.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionGrails Geb Plugin Provides Integration with Geb for Functional Testing | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| geb-3.0.0.pom | |
| geb-3.0.0-sources.jar | 858 bytes | 
| geb-3.0.0-plugin.xml | 704 bytes | 
| geb-3.0.0-plain.jar | 3 KB | 
| geb-3.0.0-javadoc.jar | 27 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.grails : grails-core | jar | 5.1.8 | 
| org.gebish : geb-spock | jar | 5.1 |