Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdio.sphere.sdk.jvm |
ArtifactId | ArtifactIdjava-client |
Version | Version1.0.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
java-client-1.0.0-M4.pom | |
java-client-1.0.0-M4.jar | 21 KB |
java-client-1.0.0-M4-sources.jar | 12 KB |
java-client-1.0.0-M4-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/java-client/ -->
<dependency>
<groupId>io.sphere.sdk.jvm</groupId>
<artifactId>java-client</artifactId>
<version>1.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/java-client/
implementation 'io.sphere.sdk.jvm:java-client:1.0.0-M4'
// https://jarcasting.com/artifacts/io.sphere.sdk.jvm/java-client/
implementation ("io.sphere.sdk.jvm:java-client:1.0.0-M4")
'io.sphere.sdk.jvm:java-client:jar:1.0.0-M4'
<dependency org="io.sphere.sdk.jvm" name="java-client" rev="1.0.0-M4">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.sdk.jvm', module='java-client', version='1.0.0-M4')
)
libraryDependencies += "io.sphere.sdk.jvm" % "java-client" % "1.0.0-M4"
[io.sphere.sdk.jvm/java-client "1.0.0-M4"]