License |
License |
---|---|
GroupId | GroupIdorg.htmlparser |
ArtifactId | ArtifactIdhtmllexer |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTML Lexer Jar
HTML Lexer is the low level lexical analyzer.
|
Filename | Size |
---|---|
htmllexer-2.1.pom | |
htmllexer-2.1.jar | 70 KB |
htmllexer-2.1-sources.jar | 123 KB |
htmllexer-2.1-javadoc.jar | 340 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.htmlparser/htmllexer/ -->
<dependency>
<groupId>org.htmlparser</groupId>
<artifactId>htmllexer</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.htmlparser/htmllexer/
implementation 'org.htmlparser:htmllexer:2.1'
// https://jarcasting.com/artifacts/org.htmlparser/htmllexer/
implementation ("org.htmlparser:htmllexer:2.1")
'org.htmlparser:htmllexer:jar:2.1'
<dependency org="org.htmlparser" name="htmllexer" rev="2.1">
<artifact name="htmllexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.htmlparser', module='htmllexer', version='2.1')
)
libraryDependencies += "org.htmlparser" % "htmllexer" % "2.1"
[org.htmlparser/htmllexer "2.1"]