<dependency> <groupId>net.dreamlu</groupId> <artifactId>amazon-mws</artifactId> <version>20200907</version> </dependency>
implementation 'net.dreamlu:amazon-mws:20200907'
implementation("net.dreamlu:amazon-mws:20200907")
libraryDependencies += "net.dreamlu" % "amazon-mws" % "20200907"
@Grapes( @Grab(group='net.dreamlu', module='amazon-mws', version='20200907') )
<dependency org="net.dreamlu" name="amazon-mws" rev="20200907" />
[net.dreamlu/amazon-mws "20200907"]
'net.dreamlu:amazon-mws:jar:20200907'
compile
|-- org.apache.httpcomponents:httpclient:4.2.6
|-- javax.xml.bind:jaxb-api:2.3.1
|-- com.sun.xml.bind:jaxb-core:2.3.0.1
|-- com.sun.xml.bind:jaxb-impl:2.3.1
test
|-- junit:junit:4.8.2