Jar examples for t:throwables
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.2.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add throwables-0.2.0.jar to your project.
<dependency> <groupId>br.com.objectos</groupId> <artifactId>throwables</artifactId> <version>0.2.0</version> </dependency>
compile group: 'br.com.objectos', name: 'throwables', version: '0.2.0'
libraryDependencies += "br.com.objectos" % "throwables" % "0.2.0"
<dependency org="br.com.objectos" name="throwables" rev="0.2.0"/>
@Grapes(@Grab(group='br.com.objectos', module='throwables', version='0.2.0'))
'br.com.objectos:throwables:jar:0.2.0'
Click the following link to download the jar file.
throwables-0.2.0-javadoc.jar