Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdio.sphere.jvmsdk |
ArtifactId | ArtifactIdjava-client |
Version | Version1.0.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
java-client-1.0.0-M2.pom | |
java-client-1.0.0-M2.jar | 22 KB |
java-client-1.0.0-M2-sources.jar | 12 KB |
java-client-1.0.0-M2-javadoc.jar | 39 KB |
Browse |
<!-- 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"]