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 git-commit-message-0.3.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.changelog
├─ org.changelog.Commit.class - [JAR]
├─ org.changelog.CommitNote.class - [JAR]
├─ org.changelog.CommitParser.class - [JAR]
├─ org.changelog.CommitParserKt.class - [JAR]
├─ org.changelog.CommitReference.class - [JAR]
├─ org.changelog.ParserOptions.class - [JAR]
├─ org.changelog.ParserRegexes.class - [JAR]
├─ org.changelog.RegexParser.class - [JAR]
├─ org.changelog.RegexParserKt.class - [JAR]