/amazon-mws-orders-maven

Primary LanguageJavaApache License 2.0Apache-2.0

amazon-mws-fulfillment-inbound-shipment-maven

Mavenized version of Amazon MWS Orders API

Hits-of-Code Build Status Maven Central

How to use into Maven (pom.xml)

Maven Central

The library published into Maven Central repository

<dependency>
  <groupId>com.github.chameleontartu</groupId>
  <artifactId>amazon-mws-orders-maven</artifactId>
  <version>1.2.0</version>
</dependency>

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.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Dependency itself:

<dependency>
    <groupId>com.github.chameleontartu</groupId>
    <artifactId>amazon-mws-orders-maven</artifactId>
    <version>1.2.0</version>
</dependency>

Inspiration

This project inspired by ext-lib-amazon-mws-products

Docs and other MWS projects

The other MWS projects that ported from Ant to Maven. See docs.

Java library version

Lib version
2020-02-03

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.