MVN

org.gebish : geb-junit5

Maven & Gradle

Jan 02, 2023
1.1k stars

Geb for JUnit 5 · Geb (pronounced "jeb") integration with the JUnit 5 test framework.

<dependency>
    <groupId>org.gebish</groupId>
    <artifactId>geb-junit5</artifactId>
    <version>7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0
  • Latest Release Candidate: 4.0-rc-1

All Versions

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

Version Vulnerabilities Updated
7.0
geb-junit5-7.0
6.0
geb-junit5-6.0
5.1
geb-junit5-5.1
5.0
geb-junit5-5.0
geb-junit5-5.0-milestone-2
geb-junit5-5.0-milestone-1
4.1
geb-junit5-4.1
4.0
geb-junit5-4.0
geb-junit5-4.0-rc-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.gebish</groupId>
    <artifactId>geb-junit5</artifactId>
    <version>7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.gebish:geb-junit5:7.0'

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

implementation("org.gebish:geb-junit5:7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.gebish" % "geb-junit5" % "7.0"

Advertisement

Dependencies from Group

Jan 02, 2023
26 usages
1.1k stars
Jan 02, 2023
13 usages
1.1k stars
Jan 02, 2023
5 usages
1.1k stars
Jan 02, 2023
3 usages
1.1k stars
Jan 02, 2023
3 usages
1.1k stars

Discover Dependencies