jar

me.chanjar : weixin-java-tools

Maven & Gradle

Oct 21, 2014
2.7k stars

WeiXin Java Tools · 用于开发微信公众号的Java工具

Table Of Contents

Latest Version

Download me.chanjar : weixin-java-tools JAR file - Latest Versions:

All Versions

Download me.chanjar : weixin-java-tools JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window weixin-java-tools-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.chanjar.weixin.bean.outxmlbuilder

├─ me.chanjar.weixin.bean.outxmlbuilder.BaseBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.outxmlbuilder.ImageBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.outxmlbuilder.MusicBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.outxmlbuilder.NewsBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.outxmlbuilder.TextBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.outxmlbuilder.VideoBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.outxmlbuilder.VoiceBuilder.class - [JAR]

me.chanjar.weixin.api

├─ me.chanjar.weixin.api.WxConfigStorage.class - [JAR]

├─ me.chanjar.weixin.api.WxConsts.class - [JAR]

├─ me.chanjar.weixin.api.WxInMemoryConfigStorage.class - [JAR]

├─ me.chanjar.weixin.api.WxMessageHandler.class - [JAR]

├─ me.chanjar.weixin.api.WxMessageInterceptor.class - [JAR]

├─ me.chanjar.weixin.api.WxMessageRouter.class - [JAR]

├─ me.chanjar.weixin.api.WxService.class - [JAR]

├─ me.chanjar.weixin.api.WxServiceImpl.class - [JAR]

me.chanjar.weixin.util.crypto

├─ me.chanjar.weixin.util.crypto.ByteGroup.class - [JAR]

├─ me.chanjar.weixin.util.crypto.PKCS7Encoder.class - [JAR]

├─ me.chanjar.weixin.util.crypto.SHA1.class - [JAR]

├─ me.chanjar.weixin.util.crypto.WxCryptUtil.class - [JAR]

me.chanjar.weixin.util.xml

├─ me.chanjar.weixin.util.xml.AdapterCDATA.class - [JAR]

├─ me.chanjar.weixin.util.xml.MediaIdMarshaller.class - [JAR]

├─ me.chanjar.weixin.util.xml.XmlTransformer.class - [JAR]

me.chanjar.weixin.util.fs

├─ me.chanjar.weixin.util.fs.FileUtils.class - [JAR]

me.chanjar.weixin.exception

├─ me.chanjar.weixin.exception.WxErrorException.class - [JAR]

me.chanjar.weixin.util.http

├─ me.chanjar.weixin.util.http.InputStreamResponseHandler.class - [JAR]

├─ me.chanjar.weixin.util.http.MediaDownloadRequestExecutor.class - [JAR]

├─ me.chanjar.weixin.util.http.MediaUploadRequestExecutor.class - [JAR]

├─ me.chanjar.weixin.util.http.QrCodeRequestExecutor.class - [JAR]

├─ me.chanjar.weixin.util.http.RequestExecutor.class - [JAR]

├─ me.chanjar.weixin.util.http.SimpleGetRequestExecutor.class - [JAR]

├─ me.chanjar.weixin.util.http.SimplePostRequestExecutor.class - [JAR]

├─ me.chanjar.weixin.util.http.Utf8ResponseHandler.class - [JAR]

me.chanjar.weixin.bean

├─ me.chanjar.weixin.bean.WxAccessToken.class - [JAR]

├─ me.chanjar.weixin.bean.WxCustomMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxGroup.class - [JAR]

├─ me.chanjar.weixin.bean.WxMassGroupMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxMassNews.class - [JAR]

├─ me.chanjar.weixin.bean.WxMassOpenIdsMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxMassVideo.class - [JAR]

├─ me.chanjar.weixin.bean.WxMenu.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutImageMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutMewsMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutMusicMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutTextMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutVideoMessage.class - [JAR]

├─ me.chanjar.weixin.bean.WxXmlOutVoiceMessage.class - [JAR]

me.chanjar.weixin.bean.result

├─ me.chanjar.weixin.bean.result.WxError.class - [JAR]

├─ me.chanjar.weixin.bean.result.WxMassSendResult.class - [JAR]

├─ me.chanjar.weixin.bean.result.WxMassUploadResult.class - [JAR]

├─ me.chanjar.weixin.bean.result.WxMediaUploadResult.class - [JAR]

├─ me.chanjar.weixin.bean.result.WxQrCodeTicket.class - [JAR]

├─ me.chanjar.weixin.bean.result.WxUser.class - [JAR]

├─ me.chanjar.weixin.bean.result.WxUserList.class - [JAR]

me.chanjar.weixin.bean.custombuilder

├─ me.chanjar.weixin.bean.custombuilder.BaseBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.custombuilder.ImageBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.custombuilder.MusicBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.custombuilder.NewsBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.custombuilder.TextBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.custombuilder.VideoBuilder.class - [JAR]

├─ me.chanjar.weixin.bean.custombuilder.VoiceBuilder.class - [JAR]

me.chanjar.weixin.util.json

├─ me.chanjar.weixin.util.json.GsonHelper.class - [JAR]

├─ me.chanjar.weixin.util.json.WxCustomMessageGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxGroupGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxGsonBuilder.class - [JAR]

├─ me.chanjar.weixin.util.json.WxMassMessageGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxMassNewsGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxMassOpenIdsMessageGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxMenuGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxUserGsonAdapter.class - [JAR]

├─ me.chanjar.weixin.util.json.WxUserListGsonAdapter.class - [JAR]