jar

io.github.funkatronics : rpccore-jvm

Maven & Gradle

Aug 18, 2023
1 stars

RpcCore · Multiplatform JSON RPC Library using Kotlin Serialization

Table Of Contents

Latest Version

Download io.github.funkatronics : rpccore-jvm JAR file - Latest Versions:

All Versions

Download io.github.funkatronics : rpccore-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 rpccore-jvm-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.funkatronics.rpccore

├─ com.funkatronics.rpccore.JsonRpc20Request.class - [JAR]

├─ com.funkatronics.rpccore.JsonRpcDriver.class - [JAR]

├─ com.funkatronics.rpccore.JsonRpcDriverKt.class - [JAR]

├─ com.funkatronics.rpccore.JsonRpcRequest.class - [JAR]

├─ com.funkatronics.rpccore.Rpc20Response.class - [JAR]

├─ com.funkatronics.rpccore.RpcError.class - [JAR]

├─ com.funkatronics.rpccore.RpcRequest.class - [JAR]

├─ com.funkatronics.rpccore.RpcResponse.class - [JAR]

├─ com.funkatronics.rpccore.RpcResponseKt.class - [JAR]

com.funkatronics.networking

├─ com.funkatronics.networking.HttpNetworkDriver.class - [JAR]

├─ com.funkatronics.networking.HttpRequest.class - [JAR]

├─ com.funkatronics.networking.Rpc20Driver.class - [JAR]