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 DataDictionaryUtils-1.6-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.appundefined.data.dictionary.entity
├─ com.github.appundefined.data.dictionary.entity.Dictionary.class - [JAR]
com.github.appundefined.data.dictionary.controller
├─ com.github.appundefined.data.dictionary.controller.DictionaryController.class - [JAR]
com.github.appundefined.data.dictionary.service
├─ com.github.appundefined.data.dictionary.service.BaseServiceImpl.class - [JAR]
com.github.appundefined.data.dictionary.dao
├─ com.github.appundefined.data.dictionary.dao.DictionaryDao.class - [JAR]
com.github.appundefined.data.dictionary
├─ com.github.appundefined.data.dictionary.DataDictionaryUtils.class - [JAR]