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