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
- Host: GitHub
- URL: https://github.com/killbill/qualpay-java-client
- Owner: killbill
- Created: 2019-09-07T11:52:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T13:47:01.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T13:49:51.053Z (about 1 year ago)
- Language: Java
- Size: 330 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```