is not current version
Last Version 2.3.1

org.gebish:geb-junit3 0.12.0

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

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-junit3
Version

Version

0.12.0
Type

Type

jar

Download geb-junit3 0.12.0


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