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