is not current version
Last Version 2.62.0

net.sourceforge.htmlunit:htmlunit 2.45.0

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

Type

jar

Download htmlunit 2.45.0


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