Download htmlcleaner-2.4.jar file - Jar h

Jar examples for h:htmlcleaner

Description

HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use. This repo is designed to enhance xpath selector with 'contains' function for HtmlCleaner.

You can download jar file htmlcleaner 2.4 in this page.

License

BSD License

Build File

You can use the following script to add htmlcleaner-2.4.jar to your project.

<dependency>
   <groupId>net.sourceforge.htmlcleaner</groupId>
   <artifactId>htmlcleaner</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'net.sourceforge.htmlcleaner', name: 'htmlcleaner', version: '2.4'
libraryDependencies += "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.4"
<dependency org="net.sourceforge.htmlcleaner" name="htmlcleaner" rev="2.4"/>
@Grapes(@Grab(group='net.sourceforge.htmlcleaner', module='htmlcleaner', version='2.4'))
'net.sourceforge.htmlcleaner:htmlcleaner:jar:2.4'

Download

Click the following link to download the jar file.

htmlcleaner-2.4-javadoc.jar
htmlcleaner-2.4-sources.jar
htmlcleaner-2.4-test-sources.jar
htmlcleaner-2.4.jar
htmlcleaner-2.4.pom



Related Tutorials