| 组织ID: |
cn.wanghaomiao |
| 项目ID: |
JsoupXpath |
| 版本: |
0.1.1 |
| 最后修改时间: |
2018-07-25 23:22:21 |
| 包类型: |
jar |
| 标题: |
JsoupXpath |
| 描述: |
涓�涓潪甯稿ソ鐢ㄨ�屼笖寮哄ぇ鐨勫熀浜巟path鐨刪tml瑙f瀽鍣紝鐩镐俊鏄洰鍓嶅競闈笂鏈�濂界敤鐨勩�倄path瑙f瀽鍣ㄤ笌鎵ц鍣ㄥ畬鍏ㄧ嫭绔嬶紝
html鐨凞OM鏍戝�熺敤Jsoup浜х敓銆�
|
| 相关URL: |
https://github.com/zhegexiaohuozi/JsoupXpath |
| 大小: |
37.55KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>JsoupXpath</artifactId>
<version>0.1.1</version>
</dependency>
|
| Gradle引入代码: |
cn.wanghaomiao:JsoupXpath:0.1.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>cn.wanghaomiao</groupId>
<artifactId>JsoupXpath</artifactId>
<version>0.1.1</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<name>JsoupXpath</name>
<url>https://github.com/zhegexiaohuozi/JsoupXpath</url>
<description>
涓�涓潪甯稿ソ鐢ㄨ�屼笖寮哄ぇ鐨勫熀浜巟path鐨刪tml瑙f瀽鍣紝鐩镐俊鏄洰鍓嶅競闈笂鏈�濂界敤鐨勩�倄path瑙f瀽鍣ㄤ笌鎵ц鍣ㄥ畬鍏ㄧ嫭绔嬶紝
html鐨凞OM鏍戝�熺敤Jsoup浜х敓銆�
</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:zhegexiaohuozi/JsoupXpath.git</url>
<connection>scm:git:git@github.com:zhegexiaohuozi/JsoupXpath.git</connection>
<developerConnection>scm:git:git@github.com:zhegexiaohuozi/JsoupXpath.git</developerConnection>
</scm>
<developers>
<developer>
<id>wanghaomiao.cn</id>
<name>Haomiao Wang</name>
<email>et.tw@163.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-dependency-plugin</artifactId>-->
<!--<version>2.8</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>copy-dependencies</id>-->
<!--<phase>package</phase>-->
<!--<goals>-->
<!--<goal>copy-dependencies</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<outputDirectory>${project.build.directory}/lib</outputDirectory>-->
<!--<overWriteReleases>false</overWriteReleases>-->
<!--<overWriteSnapshots>false</overWriteSnapshots>-->
<!--<overWriteIfNewer>true</overWriteIfNewer>-->
<!--</configuration>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cn.wanghaomiao.example.XpathTest.class
cn.wanghaomiao.xpath.core.AxisSelector.class
cn.wanghaomiao.xpath.core.Functions.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$1.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$BuilderState$1.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$BuilderState$2.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$BuilderState$3.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$BuilderState$4.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$BuilderState$5.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine$BuilderState.class
cn.wanghaomiao.xpath.core.NodeTreeBuilderStateMachine.class
cn.wanghaomiao.xpath.core.SingletonProducer.class
cn.wanghaomiao.xpath.core.XContext.class
cn.wanghaomiao.xpath.core.XpathEvaluator.class
cn.wanghaomiao.xpath.exception.NoSuchAxisException.class
cn.wanghaomiao.xpath.exception.NoSuchFunctionException.class
cn.wanghaomiao.xpath.exception.XpathSyntaxErrorException.class
cn.wanghaomiao.xpath.model.JXDocument.class
cn.wanghaomiao.xpath.model.Node.class
cn.wanghaomiao.xpath.model.Predicate.class
cn.wanghaomiao.xpath.util.CommonUtil.class
cn.wanghaomiao.xpath.util.EmMap.class
cn.wanghaomiao.xpath.util.OpEm$1.class
cn.wanghaomiao.xpath.util.OpEm$10.class
cn.wanghaomiao.xpath.util.OpEm$11.class
cn.wanghaomiao.xpath.util.OpEm$12.class
cn.wanghaomiao.xpath.util.OpEm$2.class
cn.wanghaomiao.xpath.util.OpEm$3.class
cn.wanghaomiao.xpath.util.OpEm$4.class
cn.wanghaomiao.xpath.util.OpEm$5.class
cn.wanghaomiao.xpath.util.OpEm$6.class
cn.wanghaomiao.xpath.util.OpEm$7.class
cn.wanghaomiao.xpath.util.OpEm$8.class
cn.wanghaomiao.xpath.util.OpEm$9.class
cn.wanghaomiao.xpath.util.OpEm.class
cn.wanghaomiao.xpath.util.ScopeEm.class
META-INF/maven/cn.wanghaomiao/JsoupXpath/pom.xml
META-INF/maven/cn.wanghaomiao/JsoupXpath/pom.properties
|
| 依赖Jar: |
jsoup-1.7.2.jar
/org.jsoup/jsoup/1.7.2
查看jsoup所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
|