Download java-client-1.3.0.jar file

Introduction

You can download java-client-1.3.0.jar in this page.

License

Apache License, Version 2.0

Type List

java-client-1.3.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.AndroidKeyCode.class
io.appium.java_client.AndroidKeyMetastate.class
io.appium.java_client.AppiumDriver.class
io.appium.java_client.ComplexFind.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.IOSKeyCode.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.NoSuchContextException.class
io.appium.java_client.TouchAction.class

Pom

java-client-1.3.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>1.3.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.42.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>
    </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>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>io.appium</groupId>
   <artifactId>java-client</artifactId>
   <version>1.3.0</version>
</dependency>

Download

If you think the following java-client-1.3.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-1.3.0.jar file




PreviousNext

Related