License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.htmlparser.jericho |
ArtifactId | ArtifactIdjericho-html |
Last Version | Last Version3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJericho HTML Parser
Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognised or invalid HTML.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jericho-html-3.4.pom | |
jericho-html-3.4.jar | 218 KB |
jericho-html-3.4-sources.jar | 317 KB |
jericho-html-3.4-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.htmlparser.jericho/jericho-html/ -->
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.htmlparser.jericho/jericho-html/
implementation 'net.htmlparser.jericho:jericho-html:3.4'
// https://jarcasting.com/artifacts/net.htmlparser.jericho/jericho-html/
implementation ("net.htmlparser.jericho:jericho-html:3.4")
'net.htmlparser.jericho:jericho-html:jar:3.4'
<dependency org="net.htmlparser.jericho" name="jericho-html" rev="3.4">
<artifact name="jericho-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.htmlparser.jericho', module='jericho-html', version='3.4')
)
libraryDependencies += "net.htmlparser.jericho" % "jericho-html" % "3.4"
[net.htmlparser.jericho/jericho-html "3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.12 |
commons-logging : commons-logging Optional | jar | 1.1.1 |
org.apache.logging.log4j : log4j-api Optional | jar | 2.4.1 |