in.hocg.payment:payment-samples

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.


Keywords
pay, payment, alipay, wxpay, payment-sdk
Licenses
Apache-2.0/libpng-2.0

Documentation

聚合支付SDK

Publish Package

演示/案例

使用方式

Maven

<dependencies>
    <dependency>
        <groupId>in.hocg.payment</groupId>
        <artifactId>payment-module-alipay</artifactId>
        <version>1.0.0</version>
    </dependency>
    <dependency>
        <groupId>in.hocg.payment</groupId>
        <artifactId>payment-module-wxpay</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>