License |
License |
---|---|
GroupId | GroupIdorg.htmlparser |
ArtifactId | ArtifactIdhtmlparser |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTML Parser Jar
HTML Parser is the high level syntactical analyzer.
|
Filename | Size |
---|---|
htmlparser-2.1.pom | |
htmlparser-2.1.jar | 135 KB |
htmlparser-2.1-sources.jar | 196 KB |
htmlparser-2.1-javadoc.jar | 634 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.htmlparser/htmlparser/ -->
<dependency>
<groupId>org.htmlparser</groupId>
<artifactId>htmlparser</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.htmlparser/htmlparser/
implementation 'org.htmlparser:htmlparser:2.1'
// https://jarcasting.com/artifacts/org.htmlparser/htmlparser/
implementation ("org.htmlparser:htmlparser:2.1")
'org.htmlparser:htmlparser:jar:2.1'
<dependency org="org.htmlparser" name="htmlparser" rev="2.1">
<artifact name="htmlparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.htmlparser', module='htmlparser', version='2.1')
)
libraryDependencies += "org.htmlparser" % "htmlparser" % "2.1"
[org.htmlparser/htmlparser "2.1"]
Group / Artifact | Type | Version |
---|---|---|
sax : sax Optional | jar | 2.0.1 |
org.htmlparser : htmllexer | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |