is not current version
Last Version 1.4

nu.validator.htmlparser:htmlparser 1.2.0

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.

GroupId

GroupId

nu.validator.htmlparser
ArtifactId

ArtifactId

htmlparser
Version

Version

1.2.0
Type

Type

jar

Download htmlparser 1.2.0


<!-- https://jarcasting.com/artifacts/nu.validator.htmlparser/htmlparser/ -->
<dependency>
    <groupId>nu.validator.htmlparser</groupId>
    <artifactId>htmlparser</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/nu.validator.htmlparser/htmlparser/
implementation 'nu.validator.htmlparser:htmlparser:1.2.0'
// https://jarcasting.com/artifacts/nu.validator.htmlparser/htmlparser/
implementation ("nu.validator.htmlparser:htmlparser:1.2.0")
'nu.validator.htmlparser:htmlparser:jar:1.2.0'
<dependency org="nu.validator.htmlparser" name="htmlparser" rev="1.2.0">
  <artifact name="htmlparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='nu.validator.htmlparser', module='htmlparser', version='1.2.0')
)
libraryDependencies += "nu.validator.htmlparser" % "htmlparser" % "1.2.0"
[nu.validator.htmlparser/htmlparser "1.2.0"]