GroupId | GroupIdio.sphere.sdk.jvm |
---|---|
ArtifactId | ArtifactIdsphere-convenience |
Version | Version1.0.0-M23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-convenience/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>sphere-convenience</artifactId>
<version>1.0.0-M23</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-convenience/
implementation 'io.sphere.sdk.jvm:sphere-convenience:1.0.0-M23'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sphere-convenience/
implementation ("io.sphere.sdk.jvm:sphere-convenience:1.0.0-M23")
'io.sphere.sdk.jvm:sphere-convenience:jar:1.0.0-M23'
<dependency org="io.sphere.sdk.jvm" name="sphere-convenience" rev="1.0.0-M23">
<artifact name="sphere-convenience" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='sphere-convenience', version='1.0.0-M23')
)
libraryDependencies += "io.sphere.sdk.jvm" % "sphere-convenience" % "1.0.0-M23"
[io.sphere.sdk.jvm/sphere-convenience "1.0.0-M23"]