is not current version
Last Version 3.4

net.htmlparser.jericho:jericho-html 2.3

Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common 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.3
Type

Type

jar

Download jericho-html 2.3


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