s

stock

Kotlin library to retrieve the current stock from an amazon article using Product Advertising API
https://github.com/kevcodez/amazon-stock
MIT License
Kevin Grüneberg
Files download
File Operation
stock-0.1.0.jar download
stock-0.1.0.pom download
stock-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.kevcodez.amazon</groupId>
  <artifactId>stock</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'de.kevcodez.amazon:stock:0.1.0'
Gradle Kotlin
implementation("de.kevcodez.amazon:stock:0.1.0")
Scala SBT
libraryDependencies += "de.kevcodez.amazon" % "stock" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.kevcodez.amazon', module='stock', version='0.1.0')
)
Apache Ivy
<dependency org="de.kevcodez.amazon" name="stock" rev="0.1.0" />
Leiningen
[de.kevcodez.amazon/stock "0.1.0"]
Apache Buildr
'de.kevcodez.amazon:stock:jar:0.1.0'