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-client-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dadiyang.wechat.client
├─ com.github.dadiyang.wechat.client.ClientApi.class - [JAR]
├─ com.github.dadiyang.wechat.client.ClientInfo.class - [JAR]
com.github.dadiyang.wechat.spring
├─ com.github.dadiyang.wechat.spring.ApiConfiguration.class - [JAR]
com.github.dadiyang.wechat.result
├─ com.github.dadiyang.wechat.result.AcceptFriendResult.class - [JAR]
├─ com.github.dadiyang.wechat.result.CheckClientResult.class - [JAR]
├─ com.github.dadiyang.wechat.result.ClientResult.class - [JAR]
├─ com.github.dadiyang.wechat.result.ConsultResult.class - [JAR]
├─ com.github.dadiyang.wechat.result.CreateGroupResult.class - [JAR]
├─ com.github.dadiyang.wechat.result.Result.class - [JAR]
├─ com.github.dadiyang.wechat.result.SendMsgResult.class - [JAR]
com.github.dadiyang.wechat.param
├─ com.github.dadiyang.wechat.param.AcceptFriendParam.class - [JAR]
├─ com.github.dadiyang.wechat.param.ConsultParam.class - [JAR]
├─ com.github.dadiyang.wechat.param.DisplayNameParam.class - [JAR]
├─ com.github.dadiyang.wechat.param.MarkNameParam.class - [JAR]
├─ com.github.dadiyang.wechat.param.SearchCriteria.class - [JAR]
├─ com.github.dadiyang.wechat.param.SendFriendMsgParam.class - [JAR]
├─ com.github.dadiyang.wechat.param.SendGroupMsgParam.class - [JAR]
com.github.dadiyang.wechat.user
├─ com.github.dadiyang.wechat.user.UserApi.class - [JAR]
├─ com.github.dadiyang.wechat.user.UserInfo.class - [JAR]
com.github.dadiyang.wechat.media
├─ com.github.dadiyang.wechat.media.MediaApi.class - [JAR]
├─ com.github.dadiyang.wechat.media.MediaInfo.class - [JAR]
com.github.dadiyang.wechat.group
├─ com.github.dadiyang.wechat.group.GroupApi.class - [JAR]
├─ com.github.dadiyang.wechat.group.GroupInfo.class - [JAR]
com.github.dadiyang.wechat.friend
├─ com.github.dadiyang.wechat.friend.FriendApi.class - [JAR]
├─ com.github.dadiyang.wechat.friend.FriendInfo.class - [JAR]
com.github.dadiyang.wechat.message
├─ com.github.dadiyang.wechat.message.MessageApi.class - [JAR]