An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Amazon Product Advertising API 5.0 Java SDK (unofficial)
===============
![GitHub](https://img.shields.io/github/license/osslabz/paapi5-java-sdk)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/paapi5-java-sdk/build-on-push.yml?branch=dev&label=build&logo=git)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/paapi5-java-sdk/build-release-on-main-push.yml?branch=main&label=perform-release&logo=semanticrelease)
[![Maven Central](https://img.shields.io/maven-central/v/net.osslabz/paapi5-java-sdk?label=Maven%20Central)](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.