J

JsoupXpath

一个非常好用而且强大的基于xpath的html解析器。html的DOM树生成依赖Jsoup。Lexer 和 Parser基于Antlr4,支持完备的W3C XPATH 1.0标准语法,W3C规范:http://www.w3.org/TR/1999/REC-xpath-19991116。
https://github.com/zhegexiaohuozi/JsoupXpath
The Apache Software License, Version 2.0
Haomiao Wang
文件下载
文件名 操作
JsoupXpath-2.5.3.jar 下载
JsoupXpath-2.5.3.pom 下载
JsoupXpath-2.5.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.wanghaomiao</groupId>
  <artifactId>JsoupXpath</artifactId>
  <version>2.5.3</version>
</dependency>
Gradle Groovy
implementation 'cn.wanghaomiao:JsoupXpath:2.5.3'
Gradle Kotlin
implementation("cn.wanghaomiao:JsoupXpath:2.5.3")
Scala SBT
libraryDependencies += "cn.wanghaomiao" % "JsoupXpath" % "2.5.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.wanghaomiao', module='JsoupXpath', version='2.5.3')
)
Apache Ivy
<dependency org="cn.wanghaomiao" name="JsoupXpath" rev="2.5.3" />
Leiningen
[cn.wanghaomiao/JsoupXpath "2.5.3"]
Apache Buildr
'cn.wanghaomiao:JsoupXpath:jar:2.5.3'