<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>8.3.0</version>
</dependency>
compile
|-- org.seleniumhq.selenium:selenium-api
|-- org.seleniumhq.selenium:selenium-remote-driver
runtime
|-- org.seleniumhq.selenium:selenium-support
|-- com.google.code.gson:gson:2.10
|-- commons-validator:commons-validator:1.7
|-- org.apache.commons:commons-lang3:3.12.0