is not current version
Last Version 5.1

org.gebish:geb-testng 2.0-rc-1

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

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-testng
Version

Version

2.0-rc-1
Type

Type

jar

Download geb-testng 2.0-rc-1


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