File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050* https://github.com/wechat-group/weixin-java-cp-demo (企业号demo,筹备中)
5151
5252---------------------------------
53- ## Maven & Gradle 最新正式版本
53+ ## Maven 最新正式版本
5454
5555* 微信支付:
5656
57- maven:
5857``` xml
5958<dependency >
6059 <groupId >com.github.binarywang</groupId >
6160 <artifactId >weixin-java-pay</artifactId >
6261 <version >2.6.0</version >
6362</dependency >
6463```
65- gradle:
66- ``` groovy
67- compile 'com.github.binarywang:weixin-java-pay:2.6.0'
68- ```
6964
7065* 公众号(订阅号及服务号):
7166
72- maven:
7367``` xml
7468<dependency >
7569 <groupId >com.github.binarywang</groupId >
7670 <artifactId >weixin-java-mp</artifactId >
7771 <version >2.6.0</version >
7872</dependency >
7973```
80- gradle:
81- ``` groovy
82- compile 'com.github.binarywang:weixin-java-mp:2.6.0'
83- ```
8474
8575* 企业号:
8676
87- maven:
8877``` xml
8978<dependency >
9079 <groupId >com.github.binarywang</groupId >
9180 <artifactId >weixin-java-cp</artifactId >
9281 <version >2.6.0</version >
9382</dependency >
9483```
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