Hi,
I am a newbie to Appium. As part of my machine setup I am trying to download Appium JAR file from the Maven repository but I couldn’t find any direct link to download. Could someone please help me on this.
Thanks in advance.
Hi,
I am a newbie to Appium. As part of my machine setup I am trying to download Appium JAR file from the Maven repository but I couldn’t find any direct link to download. Could someone please help me on this.
Thanks in advance.
Use these dependencies in you pom.xml file
<dependencies> <dependency> <groupId>io.appium</groupId> <artifactId>java-client</artifactId> <version>2.2.0</version> </dependency>
<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.52.0</version> </dependency>
<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-server</artifactId> <version>2.52.0</version> </dependency>
Hi,
The Selenium Jars have been updated where can I find the most up to date dependencies