is not current version
Last Version 5.1

org.gebish:geb-testng 0.9.3

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

Type

jar

Download geb-testng 0.9.3


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