jar

io.github.kosik : simple-json-rpc-core

Maven & Gradle

Nov 10, 2022
0 stars

simple-json-rpc-core · Core classes of simple-json-rpc

Table Of Contents

Latest Version

Download io.github.kosik : simple-json-rpc-core JAR file - Latest Versions:

All Versions

Download io.github.kosik : simple-json-rpc-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.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 simple-json-rpc-core-1.4.001.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.kosik.simplejsonrpc.core.annotation

├─ io.github.kosik.simplejsonrpc.core.annotation.JsonRpcError.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.annotation.JsonRpcErrorData.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.annotation.JsonRpcMethod.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.annotation.JsonRpcOptional.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.annotation.JsonRpcParam.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.annotation.JsonRpcService.class - [JAR]

io.github.kosik.simplejsonrpc.core.domain

├─ io.github.kosik.simplejsonrpc.core.domain.ErrorMessage.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.domain.ErrorResponse.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.domain.Request.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.domain.Response.class - [JAR]

├─ io.github.kosik.simplejsonrpc.core.domain.SuccessResponse.class - [JAR]