MVN

htmlunit : htmlunit

Maven & Gradle

Jan 18, 2008
24 usages
<dependency>
    <groupId>htmlunit</groupId>
    <artifactId>htmlunit</artifactId>
    <version>1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of htmlunit : htmlunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14

All Versions

Choose a version of htmlunit : htmlunit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14
htmlunit-1.14
1.13
htmlunit-1.13
1.12
htmlunit-1.12
1.11
htmlunit-1.11
1.10
htmlunit-1.10
1.9
htmlunit-1.9
1.8
htmlunit-1.8
1.7
htmlunit-1.7
1.6
htmlunit-1.6
1.5
htmlunit-1.5
1.3
htmlunit-1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>htmlunit</groupId>
    <artifactId>htmlunit</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following htmlunit : htmlunit gradle dependency to your build.gradle file:

implementation 'htmlunit:htmlunit:1.14'

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

implementation("htmlunit:htmlunit:1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following htmlunit : htmlunit sbt scala dependency to your build.sbt file:

libraryDependencies += "htmlunit" % "htmlunit" % "1.14"

Advertisement