Download exceptions-1.4.1.jar file - Jar e

Jar examples for e:exceptions

Description

Exceptions and global error handling for the Wily Framework.

You can download jar file exceptions 1.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add exceptions-1.4.1.jar to your project.

<dependency>
   <groupId>es.blackleg.java</groupId>
   <artifactId>exceptions</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'es.blackleg.java', name: 'exceptions', version: '1.4.1'
libraryDependencies += "es.blackleg.java" % "exceptions" % "1.4.1"
<dependency org="es.blackleg.java" name="exceptions" rev="1.4.1"/>
@Grapes(@Grab(group='es.blackleg.java', module='exceptions', version='1.4.1'))
'es.blackleg.java:exceptions:jar:1.4.1'

Download

Click the following link to download the jar file.

exceptions-1.4.1-javadoc.jar
exceptions-1.4.1-sources.jar
exceptions-1.4.1.jar
exceptions-1.4.1.pom



Related Tutorials