GroupId | GroupIdcom.deque.html.axe-core |
---|---|
ArtifactId | ArtifactIdselenium |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
selenium-4.0.0.pom | |
selenium-4.0.0.jar | 174 KB |
selenium-4.0.0-sources.jar | 169 KB |
selenium-4.0.0-javadoc.jar | 565 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.deque.html.axe-core/selenium/ -->
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>selenium</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.deque.html.axe-core/selenium/
implementation 'com.deque.html.axe-core:selenium:4.0.0'
// https://jarcasting.com/artifacts/com.deque.html.axe-core/selenium/
implementation ("com.deque.html.axe-core:selenium:4.0.0")
'com.deque.html.axe-core:selenium:jar:4.0.0'
<dependency org="com.deque.html.axe-core" name="selenium" rev="4.0.0">
<artifact name="selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deque.html.axe-core', module='selenium', version='4.0.0')
)
libraryDependencies += "com.deque.html.axe-core" % "selenium" % "4.0.0"
[com.deque.html.axe-core/selenium "4.0.0"]