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