Skip to content

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:03
· 7 commits to main since this release
7f70b8c

Release v2.0.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-2.0.0.jar \
  -DgroupId=com.uqpay.sdk \
  -DartifactId=uqpay-sdk-java \
  -Dversion=2.0.0 \
  -Dpackaging=jar

See README.md for usage instructions.