Download throwables-0.1.1.jar file - Jar t

Jar examples for t:throwables

Description

A tiny Java8 exception & error handling utility library. Whenever possible it tries to be API-compatible to Google Guava.

You can download jar file throwables 0.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add throwables-0.1.1.jar to your project.

<dependency>
   <groupId>br.com.objectos.core</groupId>
   <artifactId>throwables</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'br.com.objectos.core', name: 'throwables', version: '0.1.1'
libraryDependencies += "br.com.objectos.core" % "throwables" % "0.1.1"
<dependency org="br.com.objectos.core" name="throwables" rev="0.1.1"/>
@Grapes(@Grab(group='br.com.objectos.core', module='throwables', version='0.1.1'))
'br.com.objectos.core:throwables:jar:0.1.1'

Download

Click the following link to download the jar file.

throwables-0.1.1-javadoc.jar
throwables-0.1.1-sources.jar
throwables-0.1.1.jar
throwables-0.1.1.pom



Related Tutorials