View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window narpc-client-jvm-0.1.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
narpc.client
├─ narpc.client.NarpcClient.class - [JAR]
├─ narpc.client.NarpcClientKt.class - [JAR]
├─ narpc.client.NarpcClientRequestBuilder.class - [JAR]
├─ narpc.client.NarpcKtorClient.class - [JAR]
├─ narpc.client.NarpcProxyListener.class - [JAR]
narpc.utils
├─ narpc.utils.LogKt.class - [JAR]
├─ narpc.utils.NarpcGlobalConfig.class - [JAR]
├─ narpc.utils.PrintMessageKt.class - [JAR]
narpc.dto
├─ narpc.dto.NarpcClientRequestDto.class - [JAR]
├─ narpc.dto.NarpcResponseDto.class - [JAR]
sample
├─ sample.Platform.class - [JAR]
├─ sample.Sample.class - [JAR]
├─ sample.SampleKt.class - [JAR]