is not current version
Last Version 5.1

org.gebish:geb-testng 1.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

1.0
Type

Type

jar

Download geb-testng 1.0


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