is not current version
Last Version 3.2

net.stickycode:sticky-exception 1.7

A clean exception base class(s) with a signature closer to slf4j, so that messages can be as nicely descriptive

Categories

Categories

Net
GroupId

GroupId

net.stickycode
ArtifactId

ArtifactId

sticky-exception
Version

Version

1.7
Type

Type

jar

Download sticky-exception 1.7


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