Download java-client-4.0.0.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 4.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

java-client-4.0.0-javadoc.jar
java-client-4.0.0-sources.jar
java-client-4.0.0.jar
java-client-4.0.0.pom



Related Tutorials