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

net.sourceforge.htmlunit:htmlunit 2.3

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

Категории

Категории

Сеть
Группа

Группа

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

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

htmlunit
Версия

Версия

2.3
Тип

Тип

jar

Скачать htmlunit 2.3

Имя Файла Размер
htmlunit-2.3.pom
htmlunit-2.3.jar 655 KB
htmlunit-2.3-sources.jar 662 KB
Обзор

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