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