File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 50
50
* https://github.com/wechat-group/weixin-java-cp-demo (企业号demo,筹备中)
51
51
52
52
---------------------------------
53
- ## Maven & Gradle 最新正式版本
53
+ ## Maven 最新正式版本
54
54
55
55
* 微信支付:
56
56
57
- maven:
58
57
``` xml
59
58
<dependency >
60
59
<groupId >com.github.binarywang</groupId >
61
60
<artifactId >weixin-java-pay</artifactId >
62
61
<version >2.6.0</version >
63
62
</dependency >
64
63
```
65
- gradle:
66
- ``` groovy
67
- compile 'com.github.binarywang:weixin-java-pay:2.6.0'
68
- ```
69
64
70
65
* 公众号(订阅号及服务号):
71
66
72
- maven:
73
67
``` xml
74
68
<dependency >
75
69
<groupId >com.github.binarywang</groupId >
76
70
<artifactId >weixin-java-mp</artifactId >
77
71
<version >2.6.0</version >
78
72
</dependency >
79
73
```
80
- gradle:
81
- ``` groovy
82
- compile 'com.github.binarywang:weixin-java-mp:2.6.0'
83
- ```
84
74
85
75
* 企业号:
86
76
87
- maven:
88
77
``` xml
89
78
<dependency >
90
79
<groupId >com.github.binarywang</groupId >
91
80
<artifactId >weixin-java-cp</artifactId >
92
81
<version >2.6.0</version >
93
82
</dependency >
94
83
```
95
- gradle:
96
- ``` groovy
97
- compile 'com.github.binarywang:weixin-java-cp:2.6.0'
98
- ```
You can’t perform that action at this time.
0 commit comments