jar

io.github.lyxnx : simplerest-kt

Maven & Gradle

Sep 16, 2023
0 stars

simplerest-kt · Simple interface for retrofit

Table Of Contents

Latest Version

Download io.github.lyxnx : simplerest-kt JAR file - Latest Versions:

All Versions

Download io.github.lyxnx : simplerest-kt JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.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 simplerest-kt-2.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.lyxnx.simplerest.example.model

├─ net.lyxnx.simplerest.example.model.User.class - [JAR]

net.lyxnx.simplerest.example.request

├─ net.lyxnx.simplerest.example.request.ExampleBaseRequest.class - [JAR]

├─ net.lyxnx.simplerest.example.request.GetUserRequest.class - [JAR]

├─ net.lyxnx.simplerest.example.request.PostUserRequest.class - [JAR]

net.lyxnx.simplerest.response

├─ net.lyxnx.simplerest.response.NetworkResponse.class - [JAR]

├─ net.lyxnx.simplerest.response.NetworkResponseAdapter.class - [JAR]

├─ net.lyxnx.simplerest.response.NetworkResponseAdapterFactory.class - [JAR]

├─ net.lyxnx.simplerest.response.NetworkResponseCall.class - [JAR]

├─ net.lyxnx.simplerest.response.NetworkResponseKt.class - [JAR]

net.lyxnx.simplerest

├─ net.lyxnx.simplerest.ApiBuilder.class - [JAR]

├─ net.lyxnx.simplerest.ApiBuilderDsl.class - [JAR]

├─ net.lyxnx.simplerest.ApiBuilderKt.class - [JAR]

├─ net.lyxnx.simplerest.ApiInterface.class - [JAR]

├─ net.lyxnx.simplerest.ApiProvider.class - [JAR]

├─ net.lyxnx.simplerest.ApiProviderKt.class - [JAR]

├─ net.lyxnx.simplerest.Response.class - [JAR]

├─ net.lyxnx.simplerest.SimpleRest.class - [JAR]

net.lyxnx.simplerest.request

├─ net.lyxnx.simplerest.request.ApiRequestTask.class - [JAR]

├─ net.lyxnx.simplerest.request.RequestTask.class - [JAR]

net.lyxnx.simplerest.example

├─ net.lyxnx.simplerest.example.Example.class - [JAR]

├─ net.lyxnx.simplerest.example.ExampleApiInterface.class - [JAR]

├─ net.lyxnx.simplerest.example.ExampleApiProvider.class - [JAR]