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