is not current version
Last Version 3.4

net.htmlparser.jericho:jericho-html 3.1

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.1
Type

Type

jar

Download jericho-html 3.1


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