https://github.com/osslabz/paapi5-java-sdk
Repackaged version of Amazon's Product Advertising API 5.0 Java SDK for Maven Central
https://github.com/osslabz/paapi5-java-sdk
amazon-api amazon-paapi java paapi5 paapi5-java-sdk sdk sdk-java
Last synced: 4 months ago
JSON representation
Repackaged version of Amazon's Product Advertising API 5.0 Java SDK for Maven Central
- Host: GitHub
- URL: https://github.com/osslabz/paapi5-java-sdk
- Owner: osslabz
- License: apache-2.0
- Created: 2025-05-16T20:30:38.000Z (7 months ago)
- Default Branch: dev
- Last Pushed: 2025-06-25T09:12:07.000Z (6 months ago)
- Last Synced: 2025-06-25T09:20:33.635Z (6 months ago)
- Topics: amazon-api, amazon-paapi, java, paapi5, paapi5-java-sdk, sdk, sdk-java
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Amazon Product Advertising API 5.0 Java SDK (unofficial)
===============



[](https://search.maven.org/artifact/net.osslabz/paapi5-java-sdk)
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
------
```xml
net.osslabz
paapi5-java-sdk
1.2.2
```
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.