is not current version
Last Version 4.4.1

com.deque.html.axe-core:selenium 4.1.1

Tools for using aXe for web accessibility testing with JUnit and Selenium.

GroupId

GroupId

com.deque.html.axe-core
ArtifactId

ArtifactId

selenium
Version

Version

4.1.1
Type

Type

jar

Download selenium 4.1.1


<!-- https://jarcasting.com/artifacts/com.deque.html.axe-core/selenium/ -->
<dependency>
    <groupId>com.deque.html.axe-core</groupId>
    <artifactId>selenium</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.deque.html.axe-core/selenium/
implementation 'com.deque.html.axe-core:selenium:4.1.1'
// https://jarcasting.com/artifacts/com.deque.html.axe-core/selenium/
implementation ("com.deque.html.axe-core:selenium:4.1.1")
'com.deque.html.axe-core:selenium:jar:4.1.1'
<dependency org="com.deque.html.axe-core" name="selenium" rev="4.1.1">
  <artifact name="selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deque.html.axe-core', module='selenium', version='4.1.1')
)
libraryDependencies += "com.deque.html.axe-core" % "selenium" % "4.1.1"
[com.deque.html.axe-core/selenium "4.1.1"]