Download driver-binary-downloader-maven-plugin-1.0.7.jar file - Jar d

Jar examples for d:driver-binary-downloader-maven-plugin

Description

A plugin to automatically download individual selenium standalone binaries (e.g. chrromedriver.exe) for your mavenised selenium project.

You can download jar file driver-binary-downloader-maven-plugin 1.0.7 in this page.

License

Apache 2

Build File

You can use the following script to add driver-binary-downloader-maven-plugin-1.0.7.jar to your project.

<dependency>
   <groupId>com.lazerycode.selenium</groupId>
   <artifactId>driver-binary-downloader-maven-plugin</artifactId>
   <version>1.0.7</version>
</dependency>
compile group: 'com.lazerycode.selenium', name: 'driver-binary-downloader-maven-plugin', version: '1.0.7'
libraryDependencies += "com.lazerycode.selenium" % "driver-binary-downloader-maven-plugin" % "1.0.7"
<dependency org="com.lazerycode.selenium" name="driver-binary-downloader-maven-plugin" rev="1.0.7"/>
@Grapes(@Grab(group='com.lazerycode.selenium', module='driver-binary-downloader-maven-plugin', version='1.0.7'))
'com.lazerycode.selenium:driver-binary-downloader-maven-plugin:jar:1.0.7'

Download

Click the following link to download the jar file.

driver-binary-downloader-maven-plugin-1.0.7-javadoc.jar
driver-binary-downloader-maven-plugin-1.0.7-sources.jar
driver-binary-downloader-maven-plugin-1.0.7.jar
driver-binary-downloader-maven-plugin-1.0.7.pom



Related Tutorials