is not current version
Last Version 2.3

net.htmlparser:jericho-html 2.1

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
ArtifactId

ArtifactId

jericho-html
Version

Version

2.1
Type

Type

jar

Download jericho-html 2.1


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