Download jericho-html-2.1.jar file - Jar j

Jar examples for j:jericho-html

Description

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.

License

GNU Lesser General Public License (LGPL)

Build File

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'

Download

Click the following link to download the jar file.

jericho-html-2.1-sources.jar
jericho-html-2.1.jar
jericho-html-2.1.pom



Related Tutorials