jar

com.josesamuel : rpcfy

Maven & Gradle

Jun 10, 2022
1 stars

RPCfy · RPCfy upgrades your normal java interface to be capable of doing RPC (Remote Procedure Call).

Table Of Contents

Latest Version

Download com.josesamuel : rpcfy JAR file - Latest Versions:

All Versions

Download com.josesamuel : rpcfy JAR file - All Versions:

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

rpcfy.compiler

├─ rpcfy.compiler.RpcfyProcessor.class - [JAR]

rpcfy.compiler.builder

├─ rpcfy.compiler.builder.BindingManager.class - [JAR]

├─ rpcfy.compiler.builder.ClassBuilder.class - [JAR]

├─ rpcfy.compiler.builder.FieldBuilder.class - [JAR]

├─ rpcfy.compiler.builder.MethodBuilder.class - [JAR]

├─ rpcfy.compiler.builder.RpcfyBuilder.class - [JAR]

Advertisement