is not current version
Last Version 2.1.4

de.sfuhrm:html2sax 2.1.3

HTML parser that maps to the Java SAX interface.

GroupId

GroupId

de.sfuhrm
ArtifactId

ArtifactId

html2sax
Version

Version

2.1.3
Type

Type

jar

Download html2sax 2.1.3


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