mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-12 11:30:03 +08:00
Update readme.md
This commit is contained in:
17
readme.md
17
readme.md
@@ -50,11 +50,10 @@
|
|||||||
* https://github.com/wechat-group/weixin-java-cp-demo (企业号demo,筹备中)
|
* https://github.com/wechat-group/weixin-java-cp-demo (企业号demo,筹备中)
|
||||||
|
|
||||||
---------------------------------
|
---------------------------------
|
||||||
## Maven & Gradle 最新正式版本
|
## Maven 最新正式版本
|
||||||
|
|
||||||
* 微信支付:
|
* 微信支付:
|
||||||
|
|
||||||
maven:
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.binarywang</groupId>
|
<groupId>com.github.binarywang</groupId>
|
||||||
@@ -62,14 +61,9 @@ maven:
|
|||||||
<version>2.6.0</version>
|
<version>2.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
gradle:
|
|
||||||
```groovy
|
|
||||||
compile 'com.github.binarywang:weixin-java-pay:2.6.0'
|
|
||||||
```
|
|
||||||
|
|
||||||
* 公众号(订阅号及服务号):
|
* 公众号(订阅号及服务号):
|
||||||
|
|
||||||
maven:
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.binarywang</groupId>
|
<groupId>com.github.binarywang</groupId>
|
||||||
@@ -77,14 +71,9 @@ maven:
|
|||||||
<version>2.6.0</version>
|
<version>2.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
gradle:
|
|
||||||
```groovy
|
|
||||||
compile 'com.github.binarywang:weixin-java-mp:2.6.0'
|
|
||||||
```
|
|
||||||
|
|
||||||
* 企业号:
|
* 企业号:
|
||||||
|
|
||||||
maven:
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.binarywang</groupId>
|
<groupId>com.github.binarywang</groupId>
|
||||||
@@ -92,7 +81,3 @@ maven:
|
|||||||
<version>2.6.0</version>
|
<version>2.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
gradle:
|
|
||||||
```groovy
|
|
||||||
compile 'com.github.binarywang:weixin-java-cp:2.6.0'
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user