# weixin-java-tools-for-JDK6
**Repository Path**: glng_admin/weixin-java-tools-for-JDK6
## Basic Information
- **Project Name**: weixin-java-tools-for-JDK6
- **Description**: 微信公众号&企业号Java SDK for JDK6,停止更新,请参考主程序
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2019-07-02
- **Last Updated**: 2021-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Weixin Java Tools 微信公众号/企业号开发Java SDK for JDK6
========================================

本项目停止更新,建议升级项目所使用的jdk版本到jdk7以上,并参考主项目:https://github.com/wechat-group/weixin-java-tools
* 公众号(订阅号、服务号):
maven:
```xml
com.github.binarywang
weixin-java-mp-jdk6
2.2.0
```
gradle:
```groovy
compile 'com.github.binarywang:weixin-java-mp-jdk6:2.2.0'
```
* 企业号:
maven:
```xml
com.github.binarywang
weixin-java-cp-jdk6
2.2.0
```
gradle:
```groovy
compile 'com.github.binarywang:weixin-java-cp-jdk6:2.2.0'
```
===========