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.
https://about.validator.nu/htmlparser/
The MIT License The (New) BSD License
Henri Sivonen
Files download
File Operation
htmlparser-1.4.11.jar download
htmlparser-1.4.11.pom download
htmlparser-1.4.11-sources.jar download
Apache Maven
<dependency>
  <groupId>nu.validator</groupId>
  <artifactId>htmlparser</artifactId>
  <version>1.4.11</version>
</dependency>
Gradle Groovy
implementation 'nu.validator:htmlparser:1.4.11'
Gradle Kotlin
implementation("nu.validator:htmlparser:1.4.11")
Scala SBT
libraryDependencies += "nu.validator" % "htmlparser" % "1.4.11"
Groovy Grape
@Grapes(
  @Grab(group='nu.validator', module='htmlparser', version='1.4.11')
)
Apache Ivy
<dependency org="nu.validator" name="htmlparser" rev="1.4.11" />
Leiningen
[nu.validator/htmlparser "1.4.11"]
Apache Buildr
'nu.validator:htmlparser:jar:1.4.11'