jar

io.github.jason5lee : kotlin-result

Maven & Gradle

Aug 13, 2019
0 stars

Kotlin Result · Error handling alternative to Exception.

Table Of Contents

Latest Version

Download io.github.jason5lee : kotlin-result JAR file - Latest Versions:

All Versions

Download io.github.jason5lee : kotlin-result JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlin-result-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jason5lee.result

├─ io.github.jason5lee.result.Err.class - [JAR]

├─ io.github.jason5lee.result.Ok.class - [JAR]

├─ io.github.jason5lee.result.Result.class - [JAR]

├─ io.github.jason5lee.result.ResultKt.class - [JAR]

Advertisement