jar

com.github.arucard21.simplyrestful : simplyrestful

Maven & Gradle

Oct 11, 2017
2 usages
3 stars

SimplyRESTful · A framework for creating a RESTful API

Table Of Contents

Latest Version

Download com.github.arucard21.simplyrestful : simplyrestful JAR file - Latest Versions:

All Versions

Download com.github.arucard21.simplyrestful : simplyrestful JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6
0.5
0.4
0.3
0.2

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

simplyrestful.api.framework.core.hal

├─ simplyrestful.api.framework.core.hal.HALCollection.class - [JAR]

├─ simplyrestful.api.framework.core.hal.HALCollectionFactory.class - [JAR]

├─ simplyrestful.api.framework.core.hal.HALResource.class - [JAR]

simplyrestful.api.framework.core.exceptions

├─ simplyrestful.api.framework.core.exceptions.InvalidResourceException.class - [JAR]

├─ simplyrestful.api.framework.core.exceptions.InvalidSelfLinkException.class - [JAR]

simplyrestful.api.framework.core

├─ simplyrestful.api.framework.core.MediaType.class - [JAR]

├─ simplyrestful.api.framework.core.WebResourceBase.class - [JAR]

Advertisement