Lightweight library to handle easily exceptions in java.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.r3back</groupId>
<artifactId>fast-try</artifactId>
<version>LATEST</version>
</dependency>
repositories {
maven {
url 'https://jitpack.io'
}
}
dependencies {
compileOnly 'com.github.r3back:fast-try:LATEST'
}
Fast-Try uses Gradle to handle dependencies & building.