g

geb-junit

Geb (pronounced "jeb") utilities for JUnit 4 and 5 test frameworks.
http://www.gebish.org
The Apache Software License, Version 2.0
Luke Daley Marcin Erdmann
Files download
File Operation
geb-junit-7.0.jar download
geb-junit-7.0.pom download
geb-junit-7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gebish</groupId>
  <artifactId>geb-junit</artifactId>
  <version>7.0</version>
</dependency>
Gradle Groovy
implementation 'org.gebish:geb-junit:7.0'
Gradle Kotlin
implementation("org.gebish:geb-junit:7.0")
Scala SBT
libraryDependencies += "org.gebish" % "geb-junit" % "7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.gebish', module='geb-junit', version='7.0')
)
Apache Ivy
<dependency org="org.gebish" name="geb-junit" rev="7.0" />
Leiningen
[org.gebish/geb-junit "7.0"]
Apache Buildr
'org.gebish:geb-junit:jar:7.0'