Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.43 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.43 KB

WeChat Plugin

Maven Central GitHub release License

Documentation

Download

Maven

<dependency>
    <groupId>app.myoss.wechat</groupId>
    <artifactId>wechat-starter-parent</artifactId>
    <version>1.1.6.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.wechat</groupId>
    <artifactId>wechat-starter-core</artifactId>
    <version>1.1.6.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.wechat</groupId>
    <artifactId>wechat-starter-mp</artifactId>
    <version>1.1.6.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.wechat</groupId>
    <artifactId>wechat-starter-mini-app</artifactId>
    <version>1.1.6.RELEASE</version>
</dependency>