Download jericho-html-3.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 3.1 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

You can use the following script to add jericho-html-3.1.jar to your project.

<dependency>
   <groupId>net.htmlparser.jericho</groupId>
   <artifactId>jericho-html</artifactId>
   <version>3.1</version>
</dependency>
compile group: 'net.htmlparser.jericho', name: 'jericho-html', version: '3.1'
libraryDependencies += "net.htmlparser.jericho" % "jericho-html" % "3.1"
<dependency org="net.htmlparser.jericho" name="jericho-html" rev="3.1"/>
@Grapes(@Grab(group='net.htmlparser.jericho', module='jericho-html', version='3.1'))
'net.htmlparser.jericho:jericho-html:jar:3.1'

Download

Click the following link to download the jar file.

jericho-html-3.1.jar
jericho-html-3.1.pom
jericho-html-3.1-sources.jar



Related Tutorials