is not current version
Last Version 5.1

org.gebish:geb-exceptions 3.0

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

GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-exceptions
Version

Version

3.0
Type

Type

jar

Download geb-exceptions 3.0


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