is not current version
Last Version 2.4.3

io.csra.wily:exceptions 2.4.2

Exceptions and global error handling for the Wily Framework.

GroupId

GroupId

io.csra.wily
ArtifactId

ArtifactId

exceptions
Version

Version

2.4.2
Type

Type

jar

Download exceptions 2.4.2


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