MVN

org.codehaus.geb : geb-manual

Maven & Gradle

Aug 29, 2012
1.1k stars

Geb Manual - The Book of Geb · Geb (pronounced "jeb") manual, user guide and API reference.

<dependency>
    <groupId>org.codehaus.geb</groupId>
    <artifactId>geb-manual</artifactId>
    <version>0.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.geb : geb-manual to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2
  • Latest Release Candidate: 0.6.0.RC1

All Versions

Choose a version of org.codehaus.geb : geb-manual to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
geb-manual-0.7.2
geb-manual-0.7.1
geb-manual-0.7.0
0.6.x
geb-manual-0.6.3
geb-manual-0.6.2
geb-manual-0.6.1
geb-manual-0.6.0
geb-manual-0.6.0.RC1

How to add a dependency to Maven

Add the following org.codehaus.geb : geb-manual maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.geb</groupId>
    <artifactId>geb-manual</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.geb : geb-manual gradle dependency to your build.gradle file:

implementation 'org.codehaus.geb:geb-manual:0.7.2'

Gradle Kotlin DSL: Add the following org.codehaus.geb : geb-manual gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.geb:geb-manual:0.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.geb : geb-manual sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.geb" % "geb-manual" % "0.7.2"

Advertisement