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 wechat-work-bot-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.lqccan.wechat.work.bot.exception
├─ com.github.lqccan.wechat.work.bot.exception.BotException.class - [JAR]
com.github.lqccan.wechat.work.bot.msg
├─ com.github.lqccan.wechat.work.bot.msg.ArticleMsg.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.BotMsg.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.FileMsg.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.ImageMsg.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.MarkdownMsg.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.MsgType.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.ResMsg.class - [JAR]
├─ com.github.lqccan.wechat.work.bot.msg.TextMsg.class - [JAR]
com.github.lqccan.wechat.work.bot
├─ com.github.lqccan.wechat.work.bot.Bot.class - [JAR]