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