Files download
File Operation
htmlunit-2.70.0.jar download
htmlunit-2.70.0.pom download
htmlunit-2.70.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.htmlunit</groupId>
  <artifactId>htmlunit</artifactId>
  <version>2.70.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.htmlunit:htmlunit:2.70.0'
Gradle Kotlin
implementation("net.sourceforge.htmlunit:htmlunit:2.70.0")
Scala SBT
libraryDependencies += "net.sourceforge.htmlunit" % "htmlunit" % "2.70.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.htmlunit', module='htmlunit', version='2.70.0')
)
Apache Ivy
<dependency org="net.sourceforge.htmlunit" name="htmlunit" rev="2.70.0" />
Leiningen
[net.sourceforge.htmlunit/htmlunit "2.70.0"]
Apache Buildr
'net.sourceforge.htmlunit:htmlunit:jar:2.70.0'
Dependencies

compile

|-- org.apache.httpcomponents:httpmime:4.5.14

|-- net.sourceforge.htmlunit:htmlunit-core-js:2.70.0

|-- net.sourceforge.htmlunit:neko-htmlunit:2.70.0

|-- net.sourceforge.htmlunit:htmlunit-cssparser:1.14.0

|-- net.sourceforge.htmlunit:htmlunit-xpath:2.70.0

|-- org.apache.commons:commons-lang3:3.12.0

|-- org.apache.commons:commons-text:1.10.0

|-- commons-io:commons-io:2.10.0

|-- commons-logging:commons-logging:1.2

|-- commons-net:commons-net:3.9.0

|-- commons-codec:commons-codec:1.15

|-- org.brotli:dec:0.1.2

|-- com.shapesecurity:salvation2:3.0.1

|-- org.eclipse.jetty.websocket:websocket-client:9.4.50.v20221201

|-- com.github.spotbugs:spotbugs-annotations:4.7.3

provided

|-- xerces:xercesImpl:2.12.2

test

|-- junit:junit:4.13.2

|-- com.tngtech.archunit:archunit-junit4:1.0.1

|-- org.apache.logging.log4j:log4j-api:2.19.0

|-- org.apache.logging.log4j:log4j-core:2.19.0

|-- org.apache.logging.log4j:log4j-jcl:2.19.0

|-- com.twelvemonkeys.imageio:imageio-batik:3.9.4

|-- org.apache.xmlgraphics:batik-transcoder:1.16

|-- commons-fileupload:commons-fileupload:1.4

|-- com.github.romankh3:image-comparison:4.4.0

|-- org.jfree:jfreechart:1.5.4

|-- org.eclipse.jetty:jetty-webapp:9.4.50.v20221201

|-- org.eclipse.jetty.websocket:websocket-server:9.4.50.v20221201

|-- com.caucho:quercus:4.0.66

|-- org.seleniumhq.selenium:htmlunit-driver:4.7.2

|-- org.seleniumhq.selenium:selenium-ie-driver:4.7.2

|-- org.seleniumhq.selenium:selenium-firefox-driver:4.7.2

|-- org.seleniumhq.selenium:selenium-chrome-driver:4.7.2

|-- org.seleniumhq.selenium:selenium-edge-driver:4.7.2