License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdio.appium |
ArtifactId | ArtifactIdjava-client |
Last Version | Last Version8.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-client
Java client for Appium Mobile Webdriver
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-client-8.1.1.pom | |
java-client-8.1.1.jar | 361 KB |
java-client-8.1.1-sources.jar | 314 KB |
java-client-8.1.1-javadoc.jar | 1021 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appium/java-client/ -->
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.appium/java-client/
implementation 'io.appium:java-client:8.1.1'
// https://jarcasting.com/artifacts/io.appium/java-client/
implementation ("io.appium:java-client:8.1.1")
'io.appium:java-client:jar:8.1.1'
<dependency org="io.appium" name="java-client" rev="8.1.1">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appium', module='java-client', version='8.1.1')
)
libraryDependencies += "io.appium" % "java-client" % "8.1.1"
[io.appium/java-client "8.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-api | jar | [4.2.1, 5.0) |
org.seleniumhq.selenium : selenium-remote-driver | jar | [4.2.1, 5.0) |
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-support | jar | [4.2.1, 5.0) |
com.google.code.gson : gson | jar | 2.9.0 |
commons-codec : commons-codec | jar | 1.15 |
cglib : cglib | jar | 3.3.0 |
commons-validator : commons-validator | jar | 1.7 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
commons-io : commons-io | jar | 2.11.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |