Download java-client-1.0.0-M6.jar file - Jar j

Jar examples for j:java-client

Description

Java Client library for AppsCode APIs(https://github.com/appscode/api)

You can download jar file java-client 1.0.0-M6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-client-1.0.0-M6.jar to your project.

<dependency>
   <groupId>io.sphere.sdk.jvm</groupId>
   <artifactId>java-client</artifactId>
   <version>1.0.0-M6</version>
</dependency>
compile group: 'io.sphere.sdk.jvm', name: 'java-client', version: '1.0.0-M6'
libraryDependencies += "io.sphere.sdk.jvm" % "java-client" % "1.0.0-M6"
<dependency org="io.sphere.sdk.jvm" name="java-client" rev="1.0.0-M6"/>
@Grapes(@Grab(group='io.sphere.sdk.jvm', module='java-client', version='1.0.0-M6'))
'io.sphere.sdk.jvm:java-client:jar:1.0.0-M6'

Download

Click the following link to download the jar file.

java-client-1.0.0-M6-javadoc.jar
java-client-1.0.0-M6-sources.jar
java-client-1.0.0-M6.jar
java-client-1.0.0-M6.pom



Related Tutorials