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 words-match-0.10.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.fzdwx.words
├─ io.github.fzdwx.words.WordsAction.class - [JAR]
├─ io.github.fzdwx.words.WordsMatcher.class - [JAR]
io.github.fzdwx.words.internal.dfa
├─ io.github.fzdwx.words.internal.dfa.AccurateWordsMatcher.class - [JAR]
├─ io.github.fzdwx.words.internal.dfa.DFAWordsMatcher.class - [JAR]
├─ io.github.fzdwx.words.internal.dfa.FuzzWordsMatcher.class - [JAR]
├─ io.github.fzdwx.words.internal.dfa.MixWordsMatcher.class - [JAR]