Skip to content
微信开发 Java SDK for JDK6,停止更新,请参考主程序
Java
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
weixin-java-common
weixin-java-cp
weixin-java-mp
.codeclimate.yml
.editorconfig
.gitignore
LICENSE
README.md
build.gradle
pom.xml
settings.gradle

README.md

WxJava - 微信开发 Java SDK for JDK6

Maven Central

本项目停止更新,建议升级项目所使用的jdk版本到jdk7以上,并参考主项目:https://github.com/wechat-group/WxJava

  • 公众号(订阅号、服务号):

maven:

<dependency>
  <groupId>com.github.binarywang</groupId>
  <artifactId>weixin-java-mp-jdk6</artifactId>
  <version>2.2.0</version>
</dependency>

gradle:

compile 'com.github.binarywang:weixin-java-mp-jdk6:2.2.0'
  • 企业号:

maven:

<dependency>
  <groupId>com.github.binarywang</groupId>
  <artifactId>weixin-java-cp-jdk6</artifactId>
  <version>2.2.0</version>
</dependency>

gradle:

compile 'com.github.binarywang:weixin-java-cp-jdk6:2.2.0'

===========

You can’t perform that action at this time.