is not current version
Last Version 5.2.1

io.github.bonigarcia:webdrivermanager 1.4.3

This piece of software is a small library aimed to automate the Selenium Webdriver binary management in Java.

GroupId

GroupId

io.github.bonigarcia
ArtifactId

ArtifactId

webdrivermanager
Version

Version

1.4.3
Type

Type

jar

Download webdrivermanager 1.4.3


<!-- https://jarcasting.com/artifacts/io.github.bonigarcia/webdrivermanager/ -->
<dependency>
    <groupId>io.github.bonigarcia</groupId>
    <artifactId>webdrivermanager</artifactId>
    <version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bonigarcia/webdrivermanager/
implementation 'io.github.bonigarcia:webdrivermanager:1.4.3'
// https://jarcasting.com/artifacts/io.github.bonigarcia/webdrivermanager/
implementation ("io.github.bonigarcia:webdrivermanager:1.4.3")
'io.github.bonigarcia:webdrivermanager:jar:1.4.3'
<dependency org="io.github.bonigarcia" name="webdrivermanager" rev="1.4.3">
  <artifact name="webdrivermanager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='1.4.3')
)
libraryDependencies += "io.github.bonigarcia" % "webdrivermanager" % "1.4.3"
[io.github.bonigarcia/webdrivermanager "1.4.3"]