MVN

com.deque.html.axe-core : playwright

Maven & Gradle

Apr 27, 2023
75 stars

Axe-core Playwright Java · Axe-core Playwright java integration

<dependency>
    <groupId>com.deque.html.axe-core</groupId>
    <artifactId>playwright</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deque.html.axe-core : playwright to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0

All Versions

Choose a version of com.deque.html.axe-core : playwright to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
playwright-4.7.0
4.6.x
playwright-4.6.0
4.5.x
playwright-4.5.1
playwright-4.5.0
4.4.x
playwright-4.4.2
playwright-4.4.1

How to add a dependency to Maven

Add the following com.deque.html.axe-core : playwright maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.deque.html.axe-core</groupId>
    <artifactId>playwright</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.deque.html.axe-core : playwright gradle dependency to your build.gradle file:

implementation 'com.deque.html.axe-core:playwright:4.7.0'

Gradle Kotlin DSL: Add the following com.deque.html.axe-core : playwright gradle kotlin dependency to your build.gradle.kts file:

implementation("com.deque.html.axe-core:playwright:4.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.deque.html.axe-core : playwright sbt scala dependency to your build.sbt file:

libraryDependencies += "com.deque.html.axe-core" % "playwright" % "4.7.0"

Advertisement