Skip to content

Commit c924e36

Browse files
authored
Update readme.md
1 parent 49d07fc commit c924e36

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

readme.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,49 +50,34 @@
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-
```

0 commit comments

Comments
 (0)