Download noexception-1.3.0.jar file - Jar n

Jar examples for n:noexception

Description

Makes exception handling concise and beautiful, yet architecturally clean and flexible.

You can download jar file noexception 1.3.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add noexception-1.3.0.jar to your project.

<dependency>
   <groupId>com.machinezoo.noexception</groupId>
   <artifactId>noexception</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.machinezoo.noexception', name: 'noexception', version: '1.3.0'
libraryDependencies += "com.machinezoo.noexception" % "noexception" % "1.3.0"
<dependency org="com.machinezoo.noexception" name="noexception" rev="1.3.0"/>
@Grapes(@Grab(group='com.machinezoo.noexception', module='noexception', version='1.3.0'))
'com.machinezoo.noexception:noexception:jar:1.3.0'

Download

Click the following link to download the jar file.

noexception-1.3.0-javadoc.jar
noexception-1.3.0-sources.jar
noexception-1.3.0.jar
noexception-1.3.0.pom



Related Tutorials