Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chameleontartu/amazon-mws-fulfillment-inventory-maven
https://github.com/chameleontartu/amazon-mws-fulfillment-inventory-maven
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chameleontartu/amazon-mws-fulfillment-inventory-maven
- Owner: ChameleonTartu
- License: apache-2.0
- Created: 2020-09-16T15:13:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T16:08:16.000Z (almost 4 years ago)
- Last Synced: 2023-06-30T13:09:00.825Z (over 1 year ago)
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# amazon-mws-fulfillment-inventory-maven
Mavenized version of Amazon MWS Fulfillment Inventory API[![Hits-of-Code](https://hitsofcode.com/github/chameleontartu/amazon-mws-fulfillment-inventory-maven)](https://hitsofcode.com/view/github/chameleontartu/amazon-mws-fulfillment-inventory-maven)
[![Build Status](https://travis-ci.com/ChameleonTartu/amazon-mws-fulfillment-inventory-maven.svg?branch=master)](https://travis-ci.com/ChameleonTartu/amazon-mws-fulfillment-inventory-maven)
![Maven Central](https://img.shields.io/maven-central/v/com.github.chameleontartu/amazon-mws-fulfillment-inventory-maven)
[![](https://jitpack.io/v/ChameleonTartu/amazon-mws-fulfillment-inventory-maven.svg)](https://jitpack.io/#ChameleonTartu/amazon-mws-fulfillment-inventory-maven)# How to use into Maven (pom.xml)
## Maven Central
The library published into Maven Central repository
```
com.github.chameleontartu
amazon-mws-fulfillment-inventory-maven
1.2.0```
## Jitpack
If you don't want to use Maven Central you can use `jitpack.io` which is a mirror of Maven Central.
You would need to add a repository to fetch it from.
```
jitpack.io
https://jitpack.io
```
Dependency itself:
```com.github.chameleontartu
amazon-mws-fulfillment-inventory-maven
1.2.0```
# Inspiration
This project inspired by [ext-lib-amazon-mws-products](https://github.com/trifonnt/ext-lib-amazon-mws-products)
# 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 |
|--------------|
| 2016-03-23 |# Contribution
To contribute to this project feel free to submit issues and PRs as well as questions and enhancement proposals.
# 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.