is not current version
Last Version 0.9.2

org.gebish:geb-easyb 0.9.0-RC-1

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

GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-easyb
Version

Version

0.9.0-RC-1
Type

Type

jar

Download geb-easyb 0.9.0-RC-1


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