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 protokruft-2.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.protokruft.example2
├─ org.protokruft.example2.Example2.class - [JAR]
├─ org.protokruft.example2.PersonServiceGrpc.class - [JAR]
org.protokruft
├─ org.protokruft.GenerateProtobufDslTask.class - [JAR]
├─ org.protokruft.GenerateProtobufDslTaskKt.class - [JAR]
├─ org.protokruft.GenerateProtobufMessageDsl.class - [JAR]
├─ org.protokruft.GenerateProtobufMessageDslKt.class - [JAR]
├─ org.protokruft.GenerateProtobufServiceDsl.class - [JAR]
├─ org.protokruft.GenerateProtobufServiceDslKt.class - [JAR]
├─ org.protokruft.GrpcMethod.class - [JAR]
├─ org.protokruft.GrpcService.class - [JAR]
├─ org.protokruft.ProtokruftOptions.class - [JAR]
├─ org.protokruft.ProtokruftPlugin.class - [JAR]
├─ org.protokruft.ScanClasspathKt.class - [JAR]
org.protokruft.example3
├─ org.protokruft.example3.CatServiceGrpc.class - [JAR]
├─ org.protokruft.example3.Example3.class - [JAR]
org.protokruft.example1
├─ org.protokruft.example1.CarServiceGrpc.class - [JAR]
├─ org.protokruft.example1.Example1.class - [JAR]
org.protokruft.codeBuilders
├─ org.protokruft.codeBuilders.GrpcClientKt.class - [JAR]
├─ org.protokruft.codeBuilders.GrpcKt.class - [JAR]
├─ org.protokruft.codeBuilders.GrpcServerKt.class - [JAR]
├─ org.protokruft.codeBuilders.ServiceInterfaceKt.class - [JAR]