Download exception-core-2.2.0.jar file - Jar e

Jar examples for e:exception-core

Description

Generic Exception Library to be used with HTTP services.

You can download jar file exception-core 2.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add exception-core-2.2.0.jar to your project.

<dependency>
   <groupId>com.shedhack.exception</groupId>
   <artifactId>exception-core</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'com.shedhack.exception', name: 'exception-core', version: '2.2.0'
libraryDependencies += "com.shedhack.exception" % "exception-core" % "2.2.0"
<dependency org="com.shedhack.exception" name="exception-core" rev="2.2.0"/>
@Grapes(@Grab(group='com.shedhack.exception', module='exception-core', version='2.2.0'))
'com.shedhack.exception:exception-core:jar:2.2.0'

Download

Click the following link to download the jar file.

exception-core-2.2.0-javadoc.jar
exception-core-2.2.0-sources.jar
exception-core-2.2.0.jar
exception-core-2.2.0.pom



Related Tutorials