License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.stickycode |
ArtifactId | ArtifactIdsticky-exception |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsticky-exception-3
A clean exception base class(s) with a signature closer to slf4j, so that messages can be as nicely descriptive
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sticky-exception-3.2.pom | |
sticky-exception-3.2.jar | 15 KB |
sticky-exception-3.2-sources.jar | 12 KB |
sticky-exception-3.2-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode/sticky-exception/ -->
<dependency>
<groupId>net.stickycode</groupId>
<artifactId>sticky-exception</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode/sticky-exception/
implementation 'net.stickycode:sticky-exception:3.2'
// https://jarcasting.com/artifacts/net.stickycode/sticky-exception/
implementation ("net.stickycode:sticky-exception:3.2")
'net.stickycode:sticky-exception:jar:3.2'
<dependency org="net.stickycode" name="sticky-exception" rev="3.2">
<artifact name="sticky-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode', module='sticky-exception', version='3.2')
)
libraryDependencies += "net.stickycode" % "sticky-exception" % "3.2"
[net.stickycode/sticky-exception "3.2"]
Group / Artifact | Type | Version |
---|---|---|
net.stickycode.composite : sticky-composite-unittest | jar | [3.4,4) |