Skip to content

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 10:20
· 23 commits to main since this release
5125a67

Release v1.2.0

Java artifacts are attached to this GitHub Release. This SDK is not distributed through Maven Central; install the thin JAR locally and declare its runtime dependencies in your project.

For a temporary local Maven installation:

mvn install:install-file \
  -Dfile=uqpay-sdk-java-1.2.0.jar \
  -DgroupId=com.uqpay.sdk \
  -DartifactId=uqpay-sdk-java \
  -Dversion=1.2.0 \
  -Dpackaging=jar

See README.md for usage instructions.