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 version-1.0.0-beta10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.xujiaji.mk.version.service.impl
├─ com.github.xujiaji.mk.version.service.impl.MkAppVersionServiceImpl.class - [JAR]
com.github.xujiaji.mk.version.mapper
├─ com.github.xujiaji.mk.version.mapper.MkAppVersionMapper.class - [JAR]
com.github.xujiaji.mk.version.entity
├─ com.github.xujiaji.mk.version.entity.MkAppVersion.class - [JAR]
com.github.xujiaji.mk.version
├─ com.github.xujiaji.mk.version.MkVersionApplication.class - [JAR]
├─ com.github.xujiaji.mk.version.VersionMysqlGenerator.class - [JAR]
com.github.xujiaji.mk.version.service
├─ com.github.xujiaji.mk.version.service.IMkAppVersionService.class - [JAR]