is not current version
Last Version 2.3

net.htmlparser:jericho-html 1.5-dev1

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

1.5-dev1
Type

Type

jar

Download jericho-html 1.5-dev1


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