MVN

org.seleniumhq.webdriver : webdriver-htmlunit

Maven & Gradle

Oct 07, 2009
14 usages

webdriver-htmlunit

<dependency>
    <groupId>org.seleniumhq.webdriver</groupId>
    <artifactId>webdriver-htmlunit</artifactId>
    <version>0.9.7376</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seleniumhq.webdriver : webdriver-htmlunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.7376

All Versions

Choose a version of org.seleniumhq.webdriver : webdriver-htmlunit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
webdriver-htmlunit-0.9.7376
webdriver-htmlunit-0.9.7089

How to add a dependency to Maven

Add the following org.seleniumhq.webdriver : webdriver-htmlunit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seleniumhq.webdriver</groupId>
    <artifactId>webdriver-htmlunit</artifactId>
    <version>0.9.7376</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seleniumhq.webdriver : webdriver-htmlunit gradle dependency to your build.gradle file:

implementation 'org.seleniumhq.webdriver:webdriver-htmlunit:0.9.7376'

Gradle Kotlin DSL: Add the following org.seleniumhq.webdriver : webdriver-htmlunit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seleniumhq.webdriver:webdriver-htmlunit:0.9.7376")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seleniumhq.webdriver : webdriver-htmlunit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seleniumhq.webdriver" % "webdriver-htmlunit" % "0.9.7376"

Advertisement