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