MVN

com.github.igor-suhorukov : chromedriver

Maven & Gradle

Nov 28, 2018
2 stars

Package chromedriver as maven artifact

<dependency>
    <groupId>com.github.igor-suhorukov</groupId>
    <artifactId>chromedriver</artifactId>
    <version>2.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.igor-suhorukov : chromedriver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.44

All Versions

Choose a version of com.github.igor-suhorukov : chromedriver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.44
chromedriver-2.44
2.34
chromedriver-2.34
2.33
chromedriver-2.33
2.31
chromedriver-2.31
2.27
chromedriver-2.27
2.24
chromedriver-2.24
2.23.x
chromedriver-2.23.1
2.21.x
chromedriver-2.21.1

How to add a dependency to Maven

Add the following com.github.igor-suhorukov : chromedriver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.igor-suhorukov</groupId>
    <artifactId>chromedriver</artifactId>
    <version>2.44</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.igor-suhorukov : chromedriver gradle dependency to your build.gradle file:

implementation 'com.github.igor-suhorukov:chromedriver:2.44'

Gradle Kotlin DSL: Add the following com.github.igor-suhorukov : chromedriver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.igor-suhorukov:chromedriver:2.44")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.igor-suhorukov : chromedriver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.igor-suhorukov" % "chromedriver" % "2.44"