| License |
License |
|---|---|
| GroupId | GroupIdbr.com.objectos |
| ArtifactId | ArtifactIdthrowables |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionobjectos :: throwables
A tiny Java8 exception & error handling utility library. Whenever possible it tries to be API-compatible to Google Guava.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| throwables-0.2.0.pom | |
| throwables-0.2.0.jar | 3 KB |
| throwables-0.2.0-sources.jar | 1 KB |
| throwables-0.2.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/throwables/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>throwables</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/throwables/
implementation 'br.com.objectos:throwables:0.2.0'
// https://jarcasting.com/artifacts/br.com.objectos/throwables/
implementation ("br.com.objectos:throwables:0.2.0")
'br.com.objectos:throwables:jar:0.2.0'
<dependency org="br.com.objectos" name="throwables" rev="0.2.0">
<artifact name="throwables" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='throwables', version='0.2.0')
)
libraryDependencies += "br.com.objectos" % "throwables" % "0.2.0"
[br.com.objectos/throwables "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| br.com.objectos : assertion | jar | 0.3.0 |