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