is not current version
Last Version 2.62.0

net.sourceforge.htmlunit:htmlunit 2.19

A headless browser intended for use in testing web-based applications.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.htmlunit
ArtifactId

ArtifactId

htmlunit
Version

Version

2.19
Type

Type

jar

Download htmlunit 2.19


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