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-modify-maven-plugin-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.uniclog.utils
├─ io.github.uniclog.utils.CustomPrettyPrinter.class - [JAR]
├─ io.github.uniclog.utils.ExecuteConsumer.class - [JAR]
├─ io.github.uniclog.utils.JmLogger.class - [JAR]
├─ io.github.uniclog.utils.Utils.class - [JAR]
├─ io.github.uniclog.utils.UtilsInterface.class - [JAR]
io.github.uniclog
├─ io.github.uniclog.HelpMojo.class - [JAR]
├─ io.github.uniclog.InsertJsonMojo.class - [JAR]
├─ io.github.uniclog.ModifyJsonMojo.class - [JAR]
├─ io.github.uniclog.RemoveJsonMojo.class - [JAR]
io.github.uniclog.execution
├─ io.github.uniclog.execution.ExecutionMojo.class - [JAR]
├─ io.github.uniclog.execution.ExecutionType.class - [JAR]