is not current version
Last Version 0.5.0

br.com.objectos.core:throwables 0.3.1

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

GroupId

GroupId

br.com.objectos.core
ArtifactId

ArtifactId

throwables
Version

Version

0.3.1
Type

Type

jar

Download throwables 0.3.1


<!-- https://jarcasting.com/artifacts/br.com.objectos.core/throwables/ -->
<dependency>
    <groupId>br.com.objectos.core</groupId>
    <artifactId>throwables</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.core/throwables/
implementation 'br.com.objectos.core:throwables:0.3.1'
// https://jarcasting.com/artifacts/br.com.objectos.core/throwables/
implementation ("br.com.objectos.core:throwables:0.3.1")
'br.com.objectos.core:throwables:jar:0.3.1'
<dependency org="br.com.objectos.core" name="throwables" rev="0.3.1">
  <artifact name="throwables" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.core', module='throwables', version='0.3.1')
)
libraryDependencies += "br.com.objectos.core" % "throwables" % "0.3.1"
[br.com.objectos.core/throwables "0.3.1"]