is not current version
Last Version 5.1

org.gebish:geb-testng 0.13.0

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

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-testng
Version

Version

0.13.0
Type

Type

jar

Download geb-testng 0.13.0


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