is not current version
Last Version 5.1

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

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

GroupId

GroupId

org.gebish
ArtifactId

ArtifactId

geb-exceptions
Version

Version

2.0-rc-1
Type

Type

jar

Download geb-exceptions 2.0-rc-1


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