is not current version
Last Version 2.3.1

org.gebish:geb-junit3 2.1

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

2.1
Type

Type

jar

Download geb-junit3 2.1


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