is not current version
Last Version 5.1

org.gebish:geb-junit4 3.0

Geb (pronounced "jeb") integration with the JUnit 4 test framework.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-junit4
Version

Version

3.0
Type

Type

jar

Download geb-junit4 3.0


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