An unofficial repackaged version of Amazon's Product Advertising API 5.0 Java SDK. Since the original SDK is only available as a binary distribution and not published on Maven Central it is not easy to use in a Maven/Gradle project. See https://webservices.amazon.com/paapi5/documentation/with-sdk.html for the binary download.
This jar carries Amazon's SDK 1.2.4 classes byte for byte and adds no code of its own, so it has no tests. Version 1.2.5 reached Maven Central on 2025-12-15 with that same content, and two other projects of mine build against it.
This project make the original SDK available on Maven Central with the following coordinates:
<dependency>
<groupId>net.osslabz</groupId>
<artifactId>paapi5-java-sdk</artifactId>
<version>1.2.5</version>
</dependency>No modifications are made to the original classes, they are simply extracted and repackaged.
For now it also keeps the original dependency version (although they are severely outdated) because it's impossible to properly test such dependency upgrades.