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