https://github.com/binarywang/wxjava-for-jdk6
微信开发 Java SDK for JDK6,停止更新,请参考主程序
https://github.com/binarywang/wxjava-for-jdk6
Last synced: 5 months ago
JSON representation
微信开发 Java SDK for JDK6,停止更新,请参考主程序
- Host: GitHub
- URL: https://github.com/binarywang/wxjava-for-jdk6
- Owner: binarywang
- License: apache-2.0
- Created: 2016-10-24T01:47:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T02:01:46.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:01:50.068Z (about 1 year ago)
- Language: Java
- Homepage: https://github.com/wechat-group/WxJava
- Size: 2.76 MB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WxJava - 微信开发 Java SDK for JDK6
========================================
本项目停止更新,建议升级项目所使用的jdk版本到jdk7以上,并参考主项目:https://github.com/wechat-group/WxJava
* 公众号(订阅号、服务号):
maven:
```xmlcom.github.binarywang
weixin-java-mp-jdk6
2.2.0```
gradle:
```groovy
compile 'com.github.binarywang:weixin-java-mp-jdk6:2.2.0'
```* 企业号:
maven:
```xmlcom.github.binarywang
weixin-java-cp-jdk6
2.2.0```
gradle:
```groovy
compile 'com.github.binarywang:weixin-java-cp-jdk6:2.2.0'
```
===========