MVN

com.github.developframework : wechat-pay

Maven & Gradle

Jan 19, 2017
2 stars

Wechat-Pay · The project provide a client for Tencent Wechat Pay.

<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>wechat-pay</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.developframework : wechat-pay to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.developframework : wechat-pay to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
wechat-pay-1.0.1
wechat-pay-1.0.0
0.0.x
wechat-pay-0.0.4
wechat-pay-0.0.3
wechat-pay-0.0.2
wechat-pay-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>wechat-pay</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement