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 WeComRobotSDK-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.hamm.wecom.robot
├─ cn.hamm.wecom.robot.WeCom.class - [JAR]
├─ cn.hamm.wecom.robot.WeComFile.class - [JAR]
├─ cn.hamm.wecom.robot.WeComMessage.class - [JAR]
cn.hamm.wecom.robot.exception
├─ cn.hamm.wecom.robot.exception.WeComException.class - [JAR]
cn.hamm.wecom.robot.util
├─ cn.hamm.wecom.robot.util.HttpUtil.class - [JAR]
├─ cn.hamm.wecom.robot.util.ImageUtil.class - [JAR]
├─ cn.hamm.wecom.robot.util.JsonUtil.class - [JAR]
cn.hamm.wecom.robot.message
├─ cn.hamm.wecom.robot.message.WeComFileMessage.class - [JAR]
├─ cn.hamm.wecom.robot.message.WeComImageMessage.class - [JAR]
├─ cn.hamm.wecom.robot.message.WeComMarkdownMessage.class - [JAR]
├─ cn.hamm.wecom.robot.message.WeComNewsMessage.class - [JAR]
├─ cn.hamm.wecom.robot.message.WeComTemplateCardMessage.class - [JAR]
├─ cn.hamm.wecom.robot.message.WeComTextMessage.class - [JAR]
├─ cn.hamm.wecom.robot.message.WeComVoiceMessage.class - [JAR]