Jar examples for j:jericho-html
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.
You can download jar file jericho-html 2.1 in this page.
GNU Lesser General Public License (LGPL)
You can use the following script to add jericho-html-2.1.jar to your project.
<dependency> <groupId>net.htmlparser</groupId> <artifactId>jericho-html</artifactId> <version>2.1</version> </dependency>
compile group: 'net.htmlparser', name: 'jericho-html', version: '2.1'
libraryDependencies += "net.htmlparser" % "jericho-html" % "2.1"
<dependency org="net.htmlparser" name="jericho-html" rev="2.1"/>
@Grapes(@Grab(group='net.htmlparser', module='jericho-html', version='2.1'))
'net.htmlparser:jericho-html:jar:2.1'
Click the following link to download the jar file.
jericho-html-2.1-sources.jar