You can download java-client-2.0.0.jar in this page.
Apache License, Version 2.0
java-client-2.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.appium/java-client/pom.properties META-INF/maven/io.appium/java-client/pom.xml io.appium.java_client.AppiumDriver.class io.appium.java_client.AppiumExecutionMethod.class io.appium.java_client.AppiumSetting.class io.appium.java_client.DeviceActionShortcuts.class io.appium.java_client.DriverMobileCommand.class io.appium.java_client.ErrorCodesMobile.class io.appium.java_client.FindsByAccessibilityId.class io.appium.java_client.FindsByAndroidUIAutomator.class io.appium.java_client.FindsByIosUIAutomation.class io.appium.java_client.InteractsWithApps.class io.appium.java_client.InteractsWithFiles.class io.appium.java_client.MissingParameterException.class io.appium.java_client.MobileBy.class io.appium.java_client.MobileCommand.class io.appium.java_client.MobileDriver.class io.appium.java_client.MobileElement.class io.appium.java_client.MultiTouchAction.class io.appium.java_client.NetworkConnectionSetting.class io.appium.java_client.NoSuchContextException.class io.appium.java_client.PerformsTouchActions.class io.appium.java_client.ScrollsTo.class io.appium.java_client.TouchAction.class io.appium.java_client.TouchShortcuts.class io.appium.java_client.android.AndroidDeviceActionShortcuts.class io.appium.java_client.android.AndroidDriver.class io.appium.java_client.android.AndroidElement.class io.appium.java_client.android.AndroidKeyCode.class io.appium.java_client.android.AndroidKeyMetastate.class io.appium.java_client.android.HasAppStrings.class io.appium.java_client.android.HasNetworkConnection.class io.appium.java_client.android.PushesFiles.class io.appium.java_client.android.StartsActivity.class io.appium.java_client.android.internal.JsonToAndroidElementConverter.class io.appium.java_client.internal.JsonToMobileElementConverter.class io.appium.java_client.internal.MobileElementToJsonConverter.class io.appium.java_client.ios.GetsNamedTextField.class io.appium.java_client.ios.IOSDeviceActionShortcuts.class io.appium.java_client.ios.IOSDriver.class io.appium.java_client.ios.IOSElement.class io.appium.java_client.ios.IOSKeyCode.class io.appium.java_client.ios.internal.JsonToIOSElementConverter.class io.appium.java_client.pagefactory.AndroidFindBy.class io.appium.java_client.pagefactory.AndroidFindBys.class io.appium.java_client.pagefactory.AppiumAnnotations.class io.appium.java_client.pagefactory.AppiumElementLocator.class io.appium.java_client.pagefactory.AppiumElementLocatorFactory.class io.appium.java_client.pagefactory.AppiumFieldDecorator.class io.appium.java_client.pagefactory.ElementInterceptor.class io.appium.java_client.pagefactory.ElementListInterceptor.class io.appium.java_client.pagefactory.ProxyFactory.class io.appium.java_client.pagefactory.ResetsImplicitlyWaitTimeOut.class io.appium.java_client.pagefactory.TimeOutContainer.class io.appium.java_client.pagefactory.iOSFindBy.class io.appium.java_client.pagefactory.iOSFindBys.class io.appium.java_client.remote.HideKeyboardStrategy.class io.appium.java_client.remote.MobileBrowserType.class io.appium.java_client.remote.MobileCapabilityType.class io.appium.java_client.remote.MobilePlatform.class
java-client-2.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.appium</groupId> <artifactId>java-client</artifactId> <version>2.0.0</version> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.43.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.3</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>17.0</version> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.8</version> <exclusions> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> </dependencies> <packaging>jar</packaging> <name>java-client</name> <description>Java client for Appium Mobile Webdriver</description> <url>http://appium.io</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/appium/java-client</url> <connection>scm:git:git://github.com/appium/java-client.git</connection> <developerConnection>scm:git:git@github.com:appium/java-client.git</developerConnection> </scm> <developers> <developer> <email>jonahss@gmail.com</email> <name>Jonah Stiennon</name> <url>https://github.com/jonahss</url> <id>jonahss</id> </developer> </developers> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>io.appium</groupId> <artifactId>java-client</artifactId> <version>2.0.0</version> </dependency>
If you think the following java-client-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download java-client-2.0.0.jar file