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

https://github.com/killbill/qualpay-java-client

Java client for Qualpay
https://github.com/killbill/qualpay-java-client

Last synced: 5 months ago
JSON representation

Java client for Qualpay

Awesome Lists containing this project

README

          

# qualpay-java-client

Java client for Qualpay.

The sources can be downloaded at https://www.qualpay.com/developer/libs/sdk.

:warning: Be careful when updating the `pom.xml` as it contains settings to publish packages to the [GitHub Package Registry](https://help.github.com/en/articles/configuring-apache-maven-for-use-with-github-package-registry).

Release:

```
mvn release:clean
mvn release:prepare
mvn release:perform # Ignore the md5 and sources jar upload failures
```