is not current version
Last Version 1.14

htmlunit:htmlunit 1.6

A tool for testing web based applications

GroupId

GroupId

htmlunit
ArtifactId

ArtifactId

htmlunit
Version

Version

1.6
Type

Type

jar

Download htmlunit 1.6


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