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