is not current version
Last Version 1.14

htmlunit:htmlunit 1.7

A tool for testing web based applications

GroupId

GroupId

htmlunit
ArtifactId

ArtifactId

htmlunit
Version

Version

1.7
Type

Type

jar

Download htmlunit 1.7


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