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