jar

com.slm-dev : jsonapi-simple

Maven & Gradle

Aug 02, 2023
2 stars

jsonapi-simple · Simple implementation of the JSON:API specification

Table Of Contents

Latest Version

Download com.slm-dev : jsonapi-simple JAR file - Latest Versions:

All Versions

Download com.slm-dev : jsonapi-simple JAR file - All Versions:

Version Vulnerabilities Size Updated
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.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 jsonapi-simple-1.11.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.slmdev.jsonapi.simple.request

├─ com.slmdev.jsonapi.simple.request.FieldSet.class - [JAR]

├─ com.slmdev.jsonapi.simple.request.Filter.class - [JAR]

com.slmdev.jsonapi.simple.annotation

├─ com.slmdev.jsonapi.simple.annotation.JsonApiId.class - [JAR]

├─ com.slmdev.jsonapi.simple.annotation.JsonApiType.class - [JAR]

├─ com.slmdev.jsonapi.simple.annotation.RequestJsonApiFieldSet.class - [JAR]

├─ com.slmdev.jsonapi.simple.annotation.RequestJsonApiFilter.class - [JAR]

├─ com.slmdev.jsonapi.simple.annotation.RequestJsonApiPage.class - [JAR]

com.slmdev.jsonapi.simple.response

├─ com.slmdev.jsonapi.simple.response.Api.class - [JAR]

├─ com.slmdev.jsonapi.simple.response.Data.class - [JAR]

├─ com.slmdev.jsonapi.simple.response.Error.class - [JAR]

├─ com.slmdev.jsonapi.simple.response.Meta.class - [JAR]

├─ com.slmdev.jsonapi.simple.response.Page.class - [JAR]

├─ com.slmdev.jsonapi.simple.response.Response.class - [JAR]

com.slmdev.jsonapi.simple.resolver

├─ com.slmdev.jsonapi.simple.resolver.JsonApiFilterArgumentResolver.class - [JAR]

├─ com.slmdev.jsonapi.simple.resolver.JsonApiPageArgumentResolver.class - [JAR]

├─ com.slmdev.jsonapi.simple.resolver.JsonApiSpreadFieldSetArgumentResolver.class - [JAR]

Advertisement