Last Version

JsoupXpath 2.5.1

一个非常好用而且强大的基于xpath的html解析器。html的DOM树生成依赖Jsoup。Lexer 和 Parser基于Antlr4,支持完备的W3C XPATH 1.0标准语法,W3C规范:http://www.w3.org/TR/1999/REC-xpath-19991116。

License

License

Categories

Categories

jsoup Business Logic Libraries
GroupId

GroupId

cn.wanghaomiao
ArtifactId

ArtifactId

JsoupXpath
Version

Version

2.5.1
Type

Type

jar
Description

Description

JsoupXpath
一个非常好用而且强大的基于xpath的html解析器。html的DOM树生成依赖Jsoup。Lexer 和 Parser基于Antlr4,支持完备的W3C XPATH 1.0标准语法,W3C规范:http://www.w3.org/TR/1999/REC-xpath-19991116。
Project URL

Project URL

https://github.com/zhegexiaohuozi/JsoupXpath

Download JsoupXpath 2.5.1


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

Dependencies

compile (4)

Group / Artifact Type Version
org.jsoup : jsoup jar 1.14.2
org.apache.commons : commons-lang3 jar 3.12.0
org.antlr : antlr4-runtime jar 4.7.2
org.slf4j : slf4j-api jar 1.7.32

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3
org.powermock : powermock-module-junit4 jar 1.6.3
org.powermock : powermock-api-mockito jar 1.6.3
com.tngtech.java : junit-dataprovider jar 1.10.2
commons-io : commons-io jar 2.11.0

Project Modules

There are no modules declared in this project.