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 library-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.pwittchen.kirai.library.terminal
├─ com.github.pwittchen.kirai.library.terminal.TerminalBgColor.class - [JAR]
├─ com.github.pwittchen.kirai.library.terminal.TerminalColor.class - [JAR]
├─ com.github.pwittchen.kirai.library.terminal.TerminalPiece.class - [JAR]
├─ com.github.pwittchen.kirai.library.terminal.TerminalSyntax.class - [JAR]
com.github.pwittchen.kirai.library
├─ com.github.pwittchen.kirai.library.Formatter.class - [JAR]
├─ com.github.pwittchen.kirai.library.Kirai.class - [JAR]
├─ com.github.pwittchen.kirai.library.Piece.class - [JAR]
├─ com.github.pwittchen.kirai.library.Preconditions.class - [JAR]
├─ com.github.pwittchen.kirai.library.Syntax.class - [JAR]
com.github.pwittchen.kirai.library.html
├─ com.github.pwittchen.kirai.library.html.HtmlPiece.class - [JAR]
├─ com.github.pwittchen.kirai.library.html.HtmlSyntax.class - [JAR]