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