is not current version
Last Version 1.14

htmlunit:htmlunit 1.3

A tool for testing web based applications

GroupId

GroupId

htmlunit
ArtifactId

ArtifactId

htmlunit
Version

Version

1.3
Type

Type

jar

Download htmlunit 1.3


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