Jar examples for h:htmlparser
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.4.4 in this page.
The MIT License
You can use the following script to add htmlparser-1.4.4.jar to your project.
<dependency> <groupId>nu.validator</groupId> <artifactId>htmlparser</artifactId> <version>1.4.4</version> </dependency>
compile group: 'nu.validator', name: 'htmlparser', version: '1.4.4'
libraryDependencies += "nu.validator" % "htmlparser" % "1.4.4"
<dependency org="nu.validator" name="htmlparser" rev="1.4.4"/>
@Grapes(@Grab(group='nu.validator', module='htmlparser', version='1.4.4'))
'nu.validator:htmlparser:jar:1.4.4'
Click the following link to download the jar file.
htmlparser-1.4.4-javadoc.jar