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