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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials