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