is not current version
Last Version 7.1.2

org.webjars.npm:htmlparser2 6.0.0

WebJar for htmlparser2

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

htmlparser2
Version

Version

6.0.0
Type

Type

jar

Download htmlparser2 6.0.0


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