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 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.2</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.