is not current version
Last Version 1.0.0-M12

io.sphere.sdk.jvm:java-client-core 1.0.0-M11

java-client-core

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

io.sphere.sdk.jvm
ArtifactId

ArtifactId

java-client-core
Version

Version

1.0.0-M11
Type

Type

jar

Download java-client-core 1.0.0-M11


<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/java-client-core/ -->
<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>java-client-core</artifactId>
    <version>1.0.0-M11</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/java-client-core/
implementation 'io.sphere.sdk.jvm:java-client-core:1.0.0-M11'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/java-client-core/
implementation ("io.sphere.sdk.jvm:java-client-core:1.0.0-M11")
'io.sphere.sdk.jvm:java-client-core:jar:1.0.0-M11'
<dependency org="io.sphere.sdk.jvm" name="java-client-core" rev="1.0.0-M11">
  <artifact name="java-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='java-client-core', version='1.0.0-M11')
)
libraryDependencies += "io.sphere.sdk.jvm" % "java-client-core" % "1.0.0-M11"
[io.sphere.sdk.jvm/java-client-core "1.0.0-M11"]