is not current version
Last Version 5.1

org.gebish:geb-exceptions 4.0

Common exceptions used by different Geb (pronounced "jeb") modules.

GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-exceptions
Version

Version

4.0
Type

Type

jar

Download geb-exceptions 4.0


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