is not current version
Last Version 5.1

org.gebish:geb-testng 0.9.2

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.9.2
Type

Type

jar

Download geb-testng 0.9.2


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