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 image-modifier-maven-plugin-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.gogognome.gogoimagemodifier
├─ nl.gogognome.gogoimagemodifier.ImageModifier.class - [JAR]
├─ nl.gogognome.gogoimagemodifier.ImageModifierMavenPlugin.class - [JAR]
nl.gogognome.gogoimagemodifier.command
├─ nl.gogognome.gogoimagemodifier.command.AllCommandsExecutor.class - [JAR]
├─ nl.gogognome.gogoimagemodifier.command.ColorCommandExecutor.class - [JAR]
├─ nl.gogognome.gogoimagemodifier.command.CommandExecutor.class - [JAR]
├─ nl.gogognome.gogoimagemodifier.command.ExecutionException.class - [JAR]
├─ nl.gogognome.gogoimagemodifier.command.FontCommandExecutor.class - [JAR]
├─ nl.gogognome.gogoimagemodifier.command.TextCommandExecutor.class - [JAR]