is not current version
Last Version 3.4

net.htmlparser.jericho:jericho-html 2.5

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

Type

jar

Download jericho-html 2.5


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