is not current version
Last Version 2.1

org.htmlparser:htmlparser 1.6

HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package.

GroupId

GroupId

org.htmlparser
ArtifactId

ArtifactId

htmlparser
Version

Version

1.6
Type

Type

jar

Download htmlparser 1.6


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