Download JsoupXpath-0.2.2.jar file - Jar j

Jar examples for j:JsoupXpath

Description

???????????????xpath?html?????html?DOM???????Jsoup?Lexer ? Parser??Antlr4,??????W3C XPATH 1.0?????W3C???http://www.w3.org/TR/1999/REC-xpath-19991116?

You can download jar file JsoupXpath 0.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add JsoupXpath-0.2.2.jar to your project.

<dependency>
   <groupId>cn.wanghaomiao</groupId>
   <artifactId>JsoupXpath</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'cn.wanghaomiao', name: 'JsoupXpath', version: '0.2.2'
libraryDependencies += "cn.wanghaomiao" % "JsoupXpath" % "0.2.2"
<dependency org="cn.wanghaomiao" name="JsoupXpath" rev="0.2.2"/>
@Grapes(@Grab(group='cn.wanghaomiao', module='JsoupXpath', version='0.2.2'))
'cn.wanghaomiao:JsoupXpath:jar:0.2.2'

Download

Click the following link to download the jar file.

JsoupXpath-0.2.2-javadoc.jar
JsoupXpath-0.2.2-sources.jar
JsoupXpath-0.2.2.jar
JsoupXpath-0.2.2.pom



Related Tutorials