Mavenized version of Amazon MWS Finances API
The library published into Maven Central repository
<dependency>
<groupId>com.github.chameleontartu</groupId>
<artifactId>amazon-mws-finances-maven</artifactId>
<version>1.5.0</version>
</dependency>
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-finances-maven</artifactId>
<version>1.5.0</version>
</dependency>
This project inspired by ext-lib-amazon-mws-products
The other MWS projects that ported from Ant to Maven. See docs.
Lib version |
---|
2020-02-21 |
To contribute to this project feel free to submit issues, PRs, questions, enhancement proposals and support via cup of coffee.
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.