MVN

com.github.psorobka : appium-maven-plugin-parent

Maven & Gradle

Aug 27, 2015
9 stars

Appium Maven Plugin Parent 1.0 · Appium Maven Plugin provides start and stop methods for Appium - open source, cross-platform test automation tool for native, hybrid and mobile web apps, tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, FirefoxOS).

<dependency>
    <groupId>com.github.psorobka</groupId>
    <artifactId>appium-maven-plugin-parent</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.psorobka : appium-maven-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.psorobka : appium-maven-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
appium-maven-plugin-parent-1.1.0
1.0.x
appium-maven-plugin-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.psorobka</groupId>
    <artifactId>appium-maven-plugin-parent</artifactId>
    <version>1.1.0</version>
</dependency>