<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>7.0.0</version>
</dependency>
compile
|-- org.seleniumhq.selenium:selenium-java:3.141.59
|-- org.seleniumhq.selenium:selenium-support:3.141.59
|-- org.seleniumhq.selenium:selenium-api:3.141.59
|-- com.google.code.gson:gson:2.8.5
|-- org.apache.httpcomponents:httpclient:4.5.6
|-- commons-validator:commons-validator:1.6
|-- org.apache.commons:commons-lang3:3.8
|-- org.springframework:spring-context:5.1.0.RELEASE
|-- org.aspectj:aspectjweaver:1.9.1
|-- org.slf4j:slf4j-api:1.7.25
test
|-- junit:junit:4.12