Skip to content

ChameleonTartu/amazon-mws-reports-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazon-mws-reports-maven

Mavenized version of Amazon MWS Reports API

Hits-of-Code Linux MacOS Windows Maven Central

How to use into Maven (pom.xml)

Maven Central

The library is published into Maven Central repository

<dependency>
  <groupId>com.github.chameleontartu</groupId>
  <artifactId>amazon-mws-reports-maven</artifactId>
  <version>1.5.0</version>
</dependency>

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.

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

Dependency itself:

<dependency>
    <groupId>com.github.chameleontartu</groupId>
    <artifactId>amazon-mws-reports-maven</artifactId>
    <version>1.5.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
2016-09-21

MWS library changes

MWS Reports

Contribution

To contribute to this project feel free to submit issues, PRs, questions, enhancement proposals and support via cup of coffee.

How to support?

If you want to help this project to go, please star it and ports that were useful for you. Submit tickets. Share with your friends and colleagues.