MVN

io.github.sridharbandi : java-a11y

Maven & Gradle

Apr 01, 2023
1 usages
11 stars

Java a11y · Accessibility Automation for Web Apps with Java and Selenium Webdriver

<dependency>
    <groupId>io.github.sridharbandi</groupId>
    <artifactId>java-a11y</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sridharbandi : java-a11y to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4
  • Latest Beta: 1.0.0-beta1
  • Latest Alpha: 2.0-alpha-2

All Versions

Choose a version of io.github.sridharbandi : java-a11y to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
java-a11y-3.0.4
java-a11y-3.0.3
java-a11y-3.0.2
java-a11y-3.0.1
java-a11y-3.0.0
2.1.x
java-a11y-2.1.4
java-a11y-2.1.3
java-a11y-2.1.2
java-a11y-2.1.1
2.0
java-a11y-2.0-alpha-2
java-a11y-2.0-alpha-1
1.1.x
java-a11y-1.1.0
1.0.x
java-a11y-1.0.0-beta1
1.0
java-a11y-1.0

How to add a dependency to Maven

Add the following io.github.sridharbandi : java-a11y maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sridharbandi</groupId>
    <artifactId>java-a11y</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sridharbandi : java-a11y gradle dependency to your build.gradle file:

implementation 'io.github.sridharbandi:java-a11y:3.0.4'

Gradle Kotlin DSL: Add the following io.github.sridharbandi : java-a11y gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sridharbandi:java-a11y:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sridharbandi : java-a11y sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sridharbandi" % "java-a11y" % "3.0.4"

Advertisement