| Group ID: |
io.appium |
| Artifact ID: |
java-client |
| Version: |
5.0.0-BETA8 |
| Last modified: |
26.04.2017 21:54 |
| Packaging: |
jar |
| Name: |
java-client |
| Description: |
Java client for Appium Mobile Webdriver |
| URL: |
http://appium.io |
| License: |
Apache License, Version 2.0 |
| Source: |
https://github.com/appium/java-client |
| Developers: |
Jonah Stiennon, Sergey Tikhomirov, Srinivasan Sekar |
|
|
| Size: |
244.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/appium/java-client/5.0.0-BETA8/java-client-5.0.0-BETA8.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>5.0.0-BETA8</version>
<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>
<developers>
<developer>
<id>jonahss</id>
<name>Jonah Stiennon</name>
<email>jonahss@gmail.com</email>
<url>https://github.com/jonahss</url>
</developer>
<developer>
<id>TikhomirovSergey</id>
<name>Sergey Tikhomirov</name>
<email>tichomirovsergey@gmail.com</email>
<url>https://github.com/TikhomirovSergey</url>
</developer>
<developer>
<id>SrinivasanTarget</id>
<name>Srinivasan Sekar</name>
<email>srinivasan.sekar1990@gmail.com</email>
<url>https://github.com/SrinivasanTarget</url>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@github.com/appium/java-client.git</connection>
<developerConnection>scm:git:ssh://git@github.com/appium/java-client.git</developerConnection>
<url>https://github.com/appium/java-client</url>
</scm>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openpnp</groupId>
<artifactId>opencv</artifactId>
<version>3.2.0-1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>5.0.0-BETA8</version>
</dependency>
|
| Gradle: |
io.appium:java-client:5.0.0-BETA8 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|