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 k-dic-words-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kylinhunter.tools.dic.words.analyzer
├─ io.github.kylinhunter.tools.dic.words.analyzer.AbstractWordAnalyzer.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.analyzer.WordAnalyzer.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.analyzer.WordAnalyzerType.class - [JAR]
io.github.kylinhunter.tools.dic.words.analyzer.bean
├─ io.github.kylinhunter.tools.dic.words.analyzer.bean.Word.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.analyzer.bean.Words.class - [JAR]
io.github.kylinhunter.tools.dic.words.analyzer.imp
├─ io.github.kylinhunter.tools.dic.words.analyzer.imp.IKWordAnalyzer.class - [JAR]
io.github.kylinhunter.tools.dic.words.pinyin
├─ io.github.kylinhunter.tools.dic.words.pinyin.AbstractPinyinService.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.pinyin.PinyinService.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.pinyin.PinyinServiceBasic.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.pinyin.PinyinServiceWithTone.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.pinyin.PinyinServiceWithTonePrint.class - [JAR]
├─ io.github.kylinhunter.tools.dic.words.pinyin.PinyinType.class - [JAR]