File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 可能是目前最好最全的微信Java开发工具包(SDK)
2
2
### 包括微信支付、开放平台、公众号、企业微信、企业号、小程序等
3
3
---------------------------------
4
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/com.github.binarywang/weixin-java-parent/badge .svg )] ( https ://maven-badges.herokuapp. com/maven-central /com.github.binarywang/weixin-java-parent)
4
+ [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ com.github.binarywang/weixin-java-parent.svg )] ( http ://mvnrepository. com/artifact /com.github.binarywang/weixin-java-parent)
5
5
[ ![ Build Status] ( https://travis-ci.org/Wechat-Group/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/Wechat-Group/weixin-java-tools )
6
6
[ ![ 使用IntelliJ IDEA开发维护] ( https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg )] ( https://www.jetbrains.com/idea/ )
7
7
38
38
### 版本说明
39
39
1 . 本项目定为大约每两个月发布一次正式版,版本号格式为X.X.0(如2.1.0,2.2.0等),遇到重大问题需修复会及时提交新版本,欢迎大家随时提交Pull Request;
40
40
1 . BUG修复和新特性一般会先发布成小版本作为临时测试版本(如2.4.5.BETA,2.4.6.BETA等,即尾号不为0,并添加BETA字样,以区别于正式版);
41
- 1 . 目前最新版本号为 [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/com.github.binarywang/weixin-java-parent/badge .svg )] ( https ://maven-badges.herokuapp. com/maven-central /com.github.binarywang/weixin-java-parent) ,也可以通过访问链接 [ 【微信支付】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-pay%22 ) 、[ 【微信小程序】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-miniapp%22 ) 、[ 【公众号】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-mp%22 ) 、[ 【企业微信】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-cp%22 ) 、[ 【开放平台】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-open%22 )
41
+ 1 . 目前最新版本号为 [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ com.github.binarywang/weixin-java-parent.svg )] ( http ://mvnrepository. com/artifact /com.github.binarywang/weixin-java-parent) ,也可以通过访问链接 [ 【微信支付】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-pay%22 ) 、[ 【微信小程序】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-miniapp%22 ) 、[ 【公众号】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-mp%22 ) 、[ 【企业微信】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-cp%22 ) 、[ 【开放平台】] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-open%22 )
42
42
分别查看所有最新的版本。
43
43
44
44
---------------------------------
45
45
## Maven引用
46
- 注意:以下为最新正式版,最新测试版本号为 [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/com.github.binarywang/weixin-java-parent/badge .svg )] ( https ://maven-badges.herokuapp. com/maven-central /com.github.binarywang/weixin-java-parent)
46
+ 注意:以下为最新正式版,最新测试版本号为 [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ com.github.binarywang/weixin-java-parent.svg )] ( http ://mvnrepository. com/artifact /com.github.binarywang/weixin-java-parent)
47
47
48
48
``` xml
49
49
<dependency >
You can’t perform that action at this time.
0 commit comments