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