Jericho HTML Parser

Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.

Категории

Категории

Сеть
Группа

Группа

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

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

jericho-html
Последняя версия

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

2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jericho HTML Parser
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
Ссылка на сайт

Ссылка на сайт

http://jerichohtml.sourceforge.net

Скачать jericho-html

Имя Файла Размер
jericho-html-2.3.pom -1 bytes
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.3
2.1
1.5-dev1