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

compile

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

|-- org.htmlunit:htmlunit-core-js:3.1.0

|-- org.htmlunit:neko-htmlunit:3.1.0

|-- org.htmlunit:htmlunit-cssparser:3.1.0

|-- org.htmlunit:htmlunit-xpath:3.1.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.51.v20230217

|-- 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.20.0

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

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

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

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

|-- commons-fileupload:commons-fileupload:1.5

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

|-- org.jfree:jfreechart:1.5.4

|-- org.eclipse.jetty:jetty-webapp:9.4.51.v20230217

|-- org.eclipse.jetty.websocket:websocket-server:9.4.51.v20230217

|-- com.caucho:quercus:4.0.66

|-- org.seleniumhq.selenium:htmlunit3-driver:4.8.3

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

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

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

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