is not current version
Last Version 4.4.1

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

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

GroupId

GroupId

com.deque.html.axe-core
ArtifactId

ArtifactId

selenium
Version

Version

1.0.5
Type

Type

jar

Download selenium 1.0.5


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