We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c449e87 commit ee158b6Copy full SHA for ee158b6
README.md
@@ -40,10 +40,9 @@
40
- [【企业号】](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-cp%22)
41
42
43
-## Quick Start
44
-
45
-* 如果要开发公众号(订阅号、服务号)应用,在你的maven项目中添加:
+## Maven & Gradle
46
+* 公众号(订阅号、服务号):
47
```xml
48
<dependency>
49
<groupId>com.github.binarywang</groupId>
@@ -52,8 +51,11 @@
52
51
</dependency>
53
```
54
55
-* 如果要开发企业号应用,在你的maven项目中添加:
+```groovy
+compile 'com.github.binarywang:weixin-java-mp:2.0.0'
56
+```
57
58
+* 企业号:
59
60
61
@@ -62,6 +64,10 @@
62
64
63
65
66
67
68
+compile 'com.github.binarywang:weixin-java-cp:2.0.0'
69
70
+
71
## 关于代码贡献
72
73
* 非常欢迎和感谢对本项目发起Pull Request的同学,本项目可以采用两种方式接受代码贡献:
0 commit comments