is not current version
Last Version 3.4

net.htmlparser.jericho:jericho-html 2.6

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

Categories

Categories

Net
GroupId

GroupId

net.htmlparser.jericho
ArtifactId

ArtifactId

jericho-html
Version

Version

2.6
Type

Type

jar

Download jericho-html 2.6


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