is not current version
Last Version 2.62.0

net.sourceforge.htmlunit:htmlunit 2.13

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.13
Type

Type

jar

Download htmlunit 2.13


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