Skip to content

osslabz/paapi5-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Product Advertising API 5.0 Java SDK (unofficial)

GitHub GitHub Workflow Status GitHub Workflow Status Maven Central

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

About

Repackaged version of Amazon's Product Advertising API 5.0 Java SDK for Maven Central

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages