jar

com.github.mehmetakiftutuncu : errors_2.11

Maven & Gradle

Jun 29, 2017
4 stars

errors · Errors is an easy-to-use library written in Scala for providing immutable, lightweight, extensible way to represent errors in your project.

Table Of Contents

Latest Version

Download com.github.mehmetakiftutuncu : errors_2.11 JAR file - Latest Versions:

All Versions

Download com.github.mehmetakiftutuncu : errors_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
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 errors_2.11-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mehmetakiftutuncu.errors.representation

├─ com.github.mehmetakiftutuncu.errors.representation.ErrorRepresenter.class - [JAR]

├─ com.github.mehmetakiftutuncu.errors.representation.JsonStringErrorRepresenter.class - [JAR]

com.github.mehmetakiftutuncu.errors.base

├─ com.github.mehmetakiftutuncu.errors.base.ErrorBase.class - [JAR]

com.github.mehmetakiftutuncu.errors.exceptions

├─ com.github.mehmetakiftutuncu.errors.exceptions.HasNoErrorsException.class - [JAR]

├─ com.github.mehmetakiftutuncu.errors.exceptions.HasNoValueException.class - [JAR]

com.github.mehmetakiftutuncu.errors

├─ com.github.mehmetakiftutuncu.errors.CommonError.class - [JAR]

├─ com.github.mehmetakiftutuncu.errors.Errors.class - [JAR]

├─ com.github.mehmetakiftutuncu.errors.SimpleError.class - [JAR]

├─ com.github.mehmetakiftutuncu.errors.package.class - [JAR]

Advertisement