is not current version
Last Version 2.4.3

io.csra.wily:exceptions 2.1.1

Exceptions and global error handling for the Wily Framework.

GroupId

GroupId

io.csra.wily
ArtifactId

ArtifactId

exceptions
Version

Version

2.1.1
Type

Type

jar

Download exceptions 2.1.1


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