Skip to content

Release v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 06:29
· 3 commits to main since this release
f300f74

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

See README.md for usage instructions.