Download htmlparser-1.0.5.jar file - Jar h

Jar examples for h:htmlparser

Description

The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm in Java for applications that do not run scripts. The parser is designed to work as a drop-in replacement for the XML parser in applications that already support XHTML 1.x content with an XML parser and use SAX, DOM or XOM to interface with the parser.

You can download jar file htmlparser 1.0.5 in this page.

License

The MIT License

Build File

You can use the following script to add htmlparser-1.0.5.jar to your project.

<dependency>
   <groupId>nu.validator.htmlparser</groupId>
   <artifactId>htmlparser</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'nu.validator.htmlparser', name: 'htmlparser', version: '1.0.5'
libraryDependencies += "nu.validator.htmlparser" % "htmlparser" % "1.0.5"
<dependency org="nu.validator.htmlparser" name="htmlparser" rev="1.0.5"/>
@Grapes(@Grab(group='nu.validator.htmlparser', module='htmlparser', version='1.0.5'))
'nu.validator.htmlparser:htmlparser:jar:1.0.5'

Download

Click the following link to download the jar file.

htmlparser-1.0.5.jar
htmlparser-1.0.5-javadoc.jar
htmlparser-1.0.5.pom
htmlparser-1.0.5-sources.jar



Related Tutorials