h

htmlparser

The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm in Java for applications. 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.
http://www.thaiopensource.com/relaxng/htmlparser.html
The MIT License The (New) BSD License
Henri Sivonen
Files download
File Operation
htmlparser-1.4.6.jar download
htmlparser-1.4.6.pom download
htmlparser-1.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>nu.validator</groupId>
  <artifactId>htmlparser</artifactId>
  <version>1.4.6</version>
</dependency>
Gradle Groovy
implementation 'nu.validator:htmlparser:1.4.6'
Gradle Kotlin
implementation("nu.validator:htmlparser:1.4.6")
Scala SBT
libraryDependencies += "nu.validator" % "htmlparser" % "1.4.6"
Groovy Grape
@Grapes(
  @Grab(group='nu.validator', module='htmlparser', version='1.4.6')
)
Apache Ivy
<dependency org="nu.validator" name="htmlparser" rev="1.4.6" />
Leiningen
[nu.validator/htmlparser "1.4.6"]
Apache Buildr
'nu.validator:htmlparser:jar:1.4.6'