An open API service indexing awesome lists of open source software.

https://github.com/killerprojecte/ultrapay

OpenSource WeChatPay/AliPay Merchant Payment System For Minecraft
https://github.com/killerprojecte/ultrapay

Last synced: 12 months ago
JSON representation

OpenSource WeChatPay/AliPay Merchant Payment System For Minecraft

Awesome Lists containing this project

README

          

# Building

* [Gradle](https://gradle.org/) - Dependency Management

The GradleWrapper in included in this project.

**Windows:**

```
gradlew.bat clean build
```

**macOS/Linux:**

```
./gradlew clean build
```

Build artifacts should be found in `./build/libs` folder.