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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials