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.8.jar download
htmlparser-1.4.8.pom download
htmlparser-1.4.8-sources.jar download
Apache Maven
<dependency>
  <groupId>nu.validator</groupId>
  <artifactId>htmlparser</artifactId>
  <version>1.4.8</version>
</dependency>
Gradle Groovy
implementation 'nu.validator:htmlparser:1.4.8'
Gradle Kotlin
implementation("nu.validator:htmlparser:1.4.8")
Scala SBT
libraryDependencies += "nu.validator" % "htmlparser" % "1.4.8"
Groovy Grape
@Grapes(
  @Grab(group='nu.validator', module='htmlparser', version='1.4.8')
)
Apache Ivy
<dependency org="nu.validator" name="htmlparser" rev="1.4.8" />
Leiningen
[nu.validator/htmlparser "1.4.8"]
Apache Buildr
'nu.validator:htmlparser:jar:1.4.8'