jar

com.github.uniliva : lib-rest-utils

Maven & Gradle

Oct 06, 2020
0 stars

lib-rest-utils · Biblioteca com classes uteis para criação de apis rest

Table Of Contents

Latest Version

Download com.github.uniliva : lib-rest-utils JAR file - Latest Versions:

All Versions

Download com.github.uniliva : lib-rest-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 lib-rest-utils-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.uniliva.restutils.exception

├─ com.github.uniliva.restutils.exception.NaoEncontradoException.class - [JAR]

com.github.uniliva.restutils

├─ com.github.uniliva.restutils.RestUtilsApplication.class - [JAR]

com.github.uniliva.restutils.resource

├─ com.github.uniliva.restutils.resource.BaseResource.class - [JAR]

com.github.uniliva.restutils.exception.handler

├─ com.github.uniliva.restutils.exception.handler.BaseExceptionHandler.class - [JAR]

com.github.uniliva.restutils.dto

├─ com.github.uniliva.restutils.dto.BaseWebDto.class - [JAR]

├─ com.github.uniliva.restutils.dto.DadosResponse.class - [JAR]

├─ com.github.uniliva.restutils.dto.ErroValidacao.class - [JAR]

com.github.uniliva.restutils.enums

├─ com.github.uniliva.restutils.enums.HttpEnum.class - [JAR]

Advertisement