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 json-to-string-maven-plugin-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unknownnpc.plugins.exception
├─ com.github.unknownnpc.plugins.exception.JsonToStringExecutorException.class - [JAR]
com.github.unknownnpc.plugins.executor
├─ com.github.unknownnpc.plugins.executor.JsonToStringExecutor.class - [JAR]
├─ com.github.unknownnpc.plugins.executor.JsonToStringExecutorImpl.class - [JAR]
com.github.unknownnpc.plugins
├─ com.github.unknownnpc.plugins.JsonToStringMojo.class - [JAR]
com.github.unknownnpc.plugins.util
├─ com.github.unknownnpc.plugins.util.FileIOUtil.class - [JAR]
├─ com.github.unknownnpc.plugins.util.SummaryUtil.class - [JAR]