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 AppUpdater-0.0.9-ssgc.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cq1080.app.updater.bean.entity
├─ com.cq1080.app.updater.bean.entity.AppVersion.class - [JAR]
com.cq1080.app.updater.bean.pojo
├─ com.cq1080.app.updater.bean.pojo.AppVersionVO.class - [JAR]
com.cq1080.app.updater.bean.form
├─ com.cq1080.app.updater.bean.form.AppVersionCheckForm.class - [JAR]
com.cq1080.app.updater.controller
├─ com.cq1080.app.updater.controller.AppUpdateAPI.class - [JAR]
├─ com.cq1080.app.updater.controller.AppUpdateManagerAPI.class - [JAR]
com.cq1080.app.updater
├─ com.cq1080.app.updater.AppUpdateAutoConfiguration.class - [JAR]
com.cq1080.app.updater.datasource.repository
├─ com.cq1080.app.updater.datasource.repository.AppVersionRepository.class - [JAR]
com.cq1080.app.updater.service
├─ com.cq1080.app.updater.service.AppUpdateService.class - [JAR]