Download sticky-exception-1.7.jar file - Jar s

Jar examples for s:sticky-exception

Description

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

You can download jar file sticky-exception 1.7 in this page.

License

Open Source License

Build File

You can use the following script to add sticky-exception-1.7.jar to your project.

<dependency>
   <groupId>net.stickycode</groupId>
   <artifactId>sticky-exception</artifactId>
   <version>1.7</version>
</dependency>
compile group: 'net.stickycode', name: 'sticky-exception', version: '1.7'
libraryDependencies += "net.stickycode" % "sticky-exception" % "1.7"
<dependency org="net.stickycode" name="sticky-exception" rev="1.7"/>
@Grapes(@Grab(group='net.stickycode', module='sticky-exception', version='1.7'))
'net.stickycode:sticky-exception:jar:1.7'

Download

Click the following link to download the jar file.

sticky-exception-1.7-javadoc.jar
sticky-exception-1.7-sources.jar
sticky-exception-1.7.jar
sticky-exception-1.7.pom



Related Tutorials