cat.inspiracio:html-parser

HTML-parser provides a parser for HTML 5 that produces HTML 5 document object model. It aims to be a Java-implementation of http://www.w3.org/TR/html5/. It is for use in the server. It does not implement features that are relevant in the client, like event handling. It is for use from javascript, via Java's scripting library.

Лицензия

Лицензия

Группа

Группа

cat.inspiracio
Идентификатор

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

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

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

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

cat.inspiracio:html-parser
HTML-parser provides a parser for HTML 5 that produces HTML 5 document object model. It aims to be a Java-implementation of http://www.w3.org/TR/html5/. It is for use in the server. It does not implement features that are relevant in the client, like event handling. It is for use from javascript, via Java's scripting library.
Ссылка на сайт

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

http://www.inspiracio.cat
Система контроля версий

Система контроля версий

https://bitbucket.org/bunkenburg/html-parser

Скачать html-parser

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
nu.validator.htmlparser : htmlparser jar 1.4
cat.inspiracio : url-parser jar 0.0.0
xerces : xercesImpl jar 2.12.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2

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

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

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

Версия
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1