is not current version
Last Version 7.1.2

org.webjars.npm:htmlparser2 3.9.2

WebJar for htmlparser2

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

htmlparser2
Version

Version

3.9.2
Type

Type

jar

Download htmlparser2 3.9.2


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