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 mcdull-mdc-client-0.0.5-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gitee.dqcer.mcdull.mdc.client.api
├─ io.gitee.dqcer.mcdull.mdc.client.api.DictServiceApi.class - [JAR]
├─ io.gitee.dqcer.mcdull.mdc.client.api.MailServiceApi.class - [JAR]
io.gitee.dqcer.mcdull.mdc.client.dto
├─ io.gitee.dqcer.mcdull.mdc.client.dto.DictClientDTO.class - [JAR]
├─ io.gitee.dqcer.mcdull.mdc.client.dto.MailClientDTO.class - [JAR]
io.gitee.dqcer.mcdull.mdc.client.vo
├─ io.gitee.dqcer.mcdull.mdc.client.vo.DictClientVO.class - [JAR]
io.gitee.dqcer.mcdull.mdc.client.service
├─ io.gitee.dqcer.mcdull.mdc.client.service.DictClientService.class - [JAR]
├─ io.gitee.dqcer.mcdull.mdc.client.service.MailClientService.class - [JAR]