| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.htmlparser |
| Идентификатор | Идентификаторhtmllexer |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHTML Lexer Jar
HTML Lexer is the low level lexical analyzer.
|
| Имя Файла | Размер |
|---|---|
| htmllexer-2.1.pom | |
| htmllexer-2.1.jar | 70 KB |
| htmllexer-2.1-sources.jar | 123 KB |
| htmllexer-2.1-javadoc.jar | 340 KB |
| Обзор |
<!-- 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"]