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 chinese-word-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.chinese.word.constant
├─ com.github.houbb.chinese.word.constant.ChineseWordConst.class - [JAR]
com.github.houbb.chinese.word.api
├─ com.github.houbb.chinese.word.api.IChineseWord.class - [JAR]
com.github.houbb.chinese.word.support.data.impl
├─ com.github.houbb.chinese.word.support.data.impl.ChineseWordData.class - [JAR]
├─ com.github.houbb.chinese.word.support.data.impl.ChineseWordExtraData.class - [JAR]
com.github.houbb.chinese.word.model
├─ com.github.houbb.chinese.word.model.ChineseWordBean.class - [JAR]
├─ com.github.houbb.chinese.word.model.ChineseWordBeans.class - [JAR]
├─ com.github.houbb.chinese.word.model.ChineseWordExtraBean.class - [JAR]
com.github.houbb.chinese.word.util
├─ com.github.houbb.chinese.word.util.ChineseWordHelper.class - [JAR]
com.github.houbb.chinese.word.bs
├─ com.github.houbb.chinese.word.bs.ChineseWordBs.class - [JAR]
com.github.houbb.chinese.word.support.core
├─ com.github.houbb.chinese.word.support.core.ChineseWord.class - [JAR]
com.github.houbb.chinese.word.support.data
├─ com.github.houbb.chinese.word.support.data.IChineseWordData.class - [JAR]
├─ com.github.houbb.chinese.word.support.data.IChineseWordExtraData.class - [JAR]
com.github.houbb.chinese.word.constant.enums
├─ com.github.houbb.chinese.word.constant.enums.WordStructEnum.class - [JAR]