не последняя версия
Последняя версия 2.62.0

net.sourceforge.htmlunit:htmlunit 2.49.1

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

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.htmlunit
Идентификатор

Идентификатор

htmlunit
Версия

Версия

2.49.1
Тип

Тип

jar

Скачать htmlunit 2.49.1


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