is not current version
Last Version 5.1

org.gebish:geb-junit4 1.1.1

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

1.1.1
Type

Type

jar

Download geb-junit4 1.1.1


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