| GroupId | GroupIdio.sphere.sdk.jvm |
|---|---|
| ArtifactId | ArtifactIdinventory |
| Version | Version1.0.0-M5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| inventory-1.0.0-M5.pom | |
| inventory-1.0.0-M5.jar | 11 KB |
| inventory-1.0.0-M5-sources.jar | 7 KB |
| inventory-1.0.0-M5-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/inventory/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>inventory</artifactId>
<version>1.0.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/inventory/
implementation 'io.sphere.sdk.jvm:inventory:1.0.0-M5'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/inventory/
implementation ("io.sphere.sdk.jvm:inventory:1.0.0-M5")
'io.sphere.sdk.jvm:inventory:jar:1.0.0-M5'
<dependency org="io.sphere.sdk.jvm" name="inventory" rev="1.0.0-M5">
<artifact name="inventory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='inventory', version='1.0.0-M5')
)
libraryDependencies += "io.sphere.sdk.jvm" % "inventory" % "1.0.0-M5"
[io.sphere.sdk.jvm/inventory "1.0.0-M5"]