MVN

com.evinced : appium-sdk

Maven & Gradle

Jan 31, 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</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
appium-sdk-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.evinced</groupId>
    <artifactId>appium-sdk</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.evinced:appium-sdk:1.0.6'

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

implementation("com.evinced:appium-sdk:1.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.evinced" % "appium-sdk" % "1.0.6"

Advertisement