Amazon MWS :: Orders

Amazon MWS Subscriptions API Client Library

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.chameleontartu
ArtifactId

ArtifactId

amazon-mws-orders-maven
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Amazon MWS :: Orders
Amazon MWS Subscriptions API Client Library
Project URL

Project URL

https://github.com/ChameleonTartu/amazon-mws-orders-maven
Source Code Management

Source Code Management

https://github.com/ChameleonTartu/amazon-mws-orders-maven/tree/master

Download amazon-mws-orders-maven

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.chameleontartu/amazon-mws-orders-maven/ -->
<dependency>
    <groupId>com.github.chameleontartu</groupId>
    <artifactId>amazon-mws-orders-maven</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chameleontartu/amazon-mws-orders-maven/
implementation 'com.github.chameleontartu:amazon-mws-orders-maven:1.2.0'
// https://jarcasting.com/artifacts/com.github.chameleontartu/amazon-mws-orders-maven/
implementation ("com.github.chameleontartu:amazon-mws-orders-maven:1.2.0")
'com.github.chameleontartu:amazon-mws-orders-maven:jar:1.2.0'
<dependency org="com.github.chameleontartu" name="amazon-mws-orders-maven" rev="1.2.0">
  <artifact name="amazon-mws-orders-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chameleontartu', module='amazon-mws-orders-maven', version='1.2.0')
)
libraryDependencies += "com.github.chameleontartu" % "amazon-mws-orders-maven" % "1.2.0"
[com.github.chameleontartu/amazon-mws-orders-maven "1.2.0"]

Dependencies

compile (6)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.14
commons-logging : commons-logging-api jar 1.1
org.apache.httpcomponents : httpclient jar 4.5.12
org.apache.httpcomponents : httpcore jar 4.4.13
com.github.trifonnt » ext-lib-amazon-mws-client-runtime jar 1.0.2
org.codehaus.mojo : versions-maven-plugin maven-plugin 2.7

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.2.0