Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.3 KB

File metadata and controls

26 lines (18 loc) · 1.3 KB

Amazon Product Advertising API 5.0 Java SDK (unofficial)

GitHub GitHub Workflow Status GitHub Workflow Status

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:

Maven

<dependency>
    <groupId>net.osslabz</groupId>
    <artifactId>paapi5-java-sdk</artifactId>
    <version>1.2.4</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.