is not current version
Last Version 5.1

org.gebish:geb-junit5 4.0

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

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-junit5
Version

Version

4.0
Type

Type

jar

Download geb-junit5 4.0


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