Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chameleontartu/amazon-mws-recommendations-maven
https://github.com/chameleontartu/amazon-mws-recommendations-maven
java maven mws mws-recommendations
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chameleontartu/amazon-mws-recommendations-maven
- Owner: ChameleonTartu
- License: apache-2.0
- Created: 2020-07-26T12:37:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T02:48:04.000Z (over 3 years ago)
- Last Synced: 2023-06-30T13:09:00.905Z (over 1 year ago)
- Topics: java, maven, mws, mws-recommendations
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# amazon-mws-recommendations-maven
Mavenized version of Amazon MWS Recommendations API[![Hits-of-Code](https://hitsofcode.com/github/chameleontartu/amazon-mws-recommendations-maven)](https://hitsofcode.com/view/github/chameleontartu/amazon-mws-recommendations-maven)
[![Travis CI](https://travis-ci.org/ChameleonTartu/amazon-mws-recommendations-maven.svg?branch=master)](https://travis-ci.org/ChameleonTartu/amazon-mws-recommendations-maven)
![Maven Central](https://img.shields.io/maven-central/v/com.github.chameleontartu/amazon-mws-recommendations-maven)
[![](https://jitpack.io/v/ChameleonTartu/amazon-mws-recommendations-maven.svg)](https://jitpack.io/#ChameleonTartu/amazon-mws-recommendations-maven)# How to use into Maven (pom.xml)
## Maven Central
The library is published into Maven Central repository
```
com.github.chameleontartu
amazon-mws-recommendations-maven
1.2.0```
## Jitpack
If you don't want to use Maven Central you can use `jitpack.io` which is mirror of Maven Central.
You would need to add additional repository to fetch it from.
```
jitpack.io
https://jitpack.io
```
Dependency itself:
```com.github.chameleontartu
amazon-mws-recommendations-maven
1.2.0```
# Inspiration
This project inspired by [ext-lib-amazon-mws-products](https://github.com/trifonnt/ext-lib-amazon-mws-products)
# Contribution
To contribute to this project feel free to submit issues and PRs. This section is under development, so feel free to submit issues with additional questions.
# Docs and other MWS projects
The other MWS projects that ported from Ant to Maven. See [docs](https://github.com/ChameleonTartu/amazon-mws-docs).
# Java library version
| Lib version |
|--------------|
| 2014-10-01 |# TODO
This repo is one of the series of MWS API SDKs which I am planning to put under the same umbrella and keep them up-to-date.