r3back / fast-try

Easy to use library to handle Java exceptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast Try

Lightweight library to handle easily exceptions in java.

Java CI with Gradle

Dependency Usage

Maven

<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>

Gradle

repositories {
    maven { 
        url 'https://jitpack.io' 
    }
}
dependencies {
    compileOnly 'com.github.r3back:fast-try:LATEST'
}

Building

Fast-Try uses Gradle to handle dependencies & building.

About

Easy to use library to handle Java exceptions


Languages

Language:Java 77.2%Language:Kotlin 22.8%