jar

com.monkopedia.ksrpc : ksrpc-api-jvm

Maven & Gradle

Apr 04, 2024
11 stars

ksrpc-api · A simple kotlin rpc library

Table Of Contents

Latest Version

Download com.monkopedia.ksrpc : ksrpc-api-jvm JAR file - Latest Versions:

All Versions

Download com.monkopedia.ksrpc : ksrpc-api-jvm JAR file - All Versions:

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

com.monkopedia.ksrpc.annotation

├─ com.monkopedia.ksrpc.annotation.KsMethod.class - [JAR]

├─ com.monkopedia.ksrpc.annotation.KsService.class - [JAR]

com.monkopedia.ksrpc

├─ com.monkopedia.ksrpc.RpcException.class - [JAR]

├─ com.monkopedia.ksrpc.RpcFailure.class - [JAR]

├─ com.monkopedia.ksrpc.RpcService.class - [JAR]

├─ com.monkopedia.ksrpc.SuspendCloseable.class - [JAR]