For integrating Java projects with the AltaPay gateway.
To update the SDK with the latest payment gateway changes run below command from the root of the project
$ ant DistZip
<dependency>
<groupId>com.altapay</groupId>
<artifactId>sdk-java</artifactId>
<version>1.0.22</version>
</dependency>
implementation 'com.altapay:sdk-java:1.0.22'
See Changelog for all the release notes.
Distributed under the MIT License. See LICENSE for more information.
For more details please see AltaPay docs