MVN

com.evinced : appium-sdk-w-client

Maven & Gradle

Feb 08, 2022

Appium SDK · The Evinced Appium Java SDK integrates with new or existing Appium tests to automatically detect accessibility issues. With the addition of as few as 5 lines of code to your Appium framework, you can begin to analyze your entire application to understand how it can become more accessible. At the conclusion of the test, a rich and comprehensive HTML or JSON report is generated to track issues in any reporting tool.

<dependency>
    <groupId>com.evinced</groupId>
    <artifactId>appium-sdk-w-client</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.evinced : appium-sdk-w-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.evinced : appium-sdk-w-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
appium-sdk-w-client-1.0.7

How to add a dependency to Maven

Add the following com.evinced : appium-sdk-w-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.evinced</groupId>
    <artifactId>appium-sdk-w-client</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.evinced : appium-sdk-w-client gradle dependency to your build.gradle file:

implementation 'com.evinced:appium-sdk-w-client:1.0.7'

Gradle Kotlin DSL: Add the following com.evinced : appium-sdk-w-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.evinced:appium-sdk-w-client:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.evinced : appium-sdk-w-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.evinced" % "appium-sdk-w-client" % "1.0.7"

Advertisement