Jericho HTML Parser

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
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

jar
Description

Description

Jericho HTML Parser
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.
Project URL

Project URL

http://jerichohtml.sourceforge.net

Download jericho-html

Filename Size
jericho-html-2.3.pom -1 bytes
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.3
2.1
1.5-dev1