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

net.htmlparser.jericho:jericho-html 3.3

Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognised or invalid HTML.

Категории

Категории

Сеть
Группа

Группа

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

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

jericho-html
Версия

Версия

3.3
Тип

Тип

jar

Скачать jericho-html 3.3


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