is not current version
Last Version 1.14

htmlunit:htmlunit 1.8

A tool for testing web based applications

GroupId

GroupId

htmlunit
ArtifactId

ArtifactId

htmlunit
Version

Version

1.8
Type

Type

jar

Download htmlunit 1.8


<!-- https://jarcasting.com/artifacts/htmlunit/htmlunit/ -->
<dependency>
    <groupId>htmlunit</groupId>
    <artifactId>htmlunit</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/htmlunit/htmlunit/
implementation 'htmlunit:htmlunit:1.8'
// https://jarcasting.com/artifacts/htmlunit/htmlunit/
implementation ("htmlunit:htmlunit:1.8")
'htmlunit:htmlunit:jar:1.8'
<dependency org="htmlunit" name="htmlunit" rev="1.8">
  <artifact name="htmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='htmlunit', module='htmlunit', version='1.8')
)
libraryDependencies += "htmlunit" % "htmlunit" % "1.8"
[htmlunit "1.8"]