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 java-format-maven-plugin-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.veithen.maven.format
├─ com.github.veithen.maven.format.AbstractFormatMojo.class - [JAR]
├─ com.github.veithen.maven.format.CheckMojo.class - [JAR]
├─ com.github.veithen.maven.format.FixMojo.class - [JAR]
├─ com.github.veithen.maven.format.Format.class - [JAR]
├─ com.github.veithen.maven.format.FormatRequest.class - [JAR]
├─ com.github.veithen.maven.format.FormatRequestOrBuilder.class - [JAR]
├─ com.github.veithen.maven.format.FormatResponse.class - [JAR]
├─ com.github.veithen.maven.format.FormatResponseOrBuilder.class - [JAR]
├─ com.github.veithen.maven.format.Main.class - [JAR]