is not current version
Last Version 1.0.0-M3

io.sphere.jvmsdk:java-client 1.0.0-M2

java-client

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

io.sphere.jvmsdk
ArtifactId

ArtifactId

java-client
Version

Version

1.0.0-M2
Type

Type

jar

Download java-client 1.0.0-M2


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