Skip to content

Commit f660054

Browse files
authored
Update README.md
1 parent d4d811f commit f660054

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Amazon Product Advertising API 5.0 Java SDK (unofficial)
33
![GitHub](https://img.shields.io/github/license/osslabz/paapi5-java-sdk)
44
![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)
55
![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)
6-
[![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)
76

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

@@ -18,7 +17,7 @@ Maven
1817
<dependency>
1918
<groupId>net.osslabz</groupId>
2019
<artifactId>paapi5-java-sdk</artifactId>
21-
<version>1.2.5</version>
20+
<version>1.2.4</version>
2221
</dependency>
2322
```
2423

0 commit comments

Comments
 (0)