Download webdrivermanager-2.2.1.jar file - Jar w

Jar examples for w:webdrivermanager

Description

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

You can download jar file webdrivermanager 2.2.1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add webdrivermanager-2.2.1.jar to your project.

<dependency>
   <groupId>io.github.bonigarcia</groupId>
   <artifactId>webdrivermanager</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '2.2.1'
libraryDependencies += "io.github.bonigarcia" % "webdrivermanager" % "2.2.1"
<dependency org="io.github.bonigarcia" name="webdrivermanager" rev="2.2.1"/>
@Grapes(@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='2.2.1'))
'io.github.bonigarcia:webdrivermanager:jar:2.2.1'

Download

Click the following link to download the jar file.

webdrivermanager-2.2.1-javadoc.jar
webdrivermanager-2.2.1-sources.jar
webdrivermanager-2.2.1.jar
webdrivermanager-2.2.1.pom



Related Tutorials