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

net.sourceforge.htmlunit:htmlunit 1.14

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

Категории

Категории

Сеть
Группа

Группа

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

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

htmlunit
Версия

Версия

1.14
Тип

Тип

jar

Скачать htmlunit 1.14

Имя Файла Размер
htmlunit-1.14.pom
htmlunit-1.14.jar 525 KB
htmlunit-1.14-sources.jar 730 KB
Обзор

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