is not current version
Last Version 3.4

net.htmlparser.jericho:jericho-html 3.0

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. It also provides high-level HTML form manipulation functions.

Categories

Categories

Net
GroupId

GroupId

net.htmlparser.jericho
ArtifactId

ArtifactId

jericho-html
Version

Version

3.0
Type

Type

jar

Download jericho-html 3.0


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