11 Star 22 Fork 20

TinyFramework / TinySpider

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
yukige88 提交于 2016-12-02 09:04 . 修改版本号为3.0.1-SNAPSHOT
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>spider</artifactId>
<packaging>pom</packaging>
<dependencies>
</dependencies>
<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<scm>
<connection>scm:git:git@https://git.oschina.net/tinyframework/TinySpider.git</connection>
<developerConnection>scm:git:https://git.oschina.net/tinyframework/TinySpider.git</developerConnection>
<url>https://git.oschina.net/tinyframework/TinySpider.git</url>
</scm>
<modules>
<module>org.tinygroup.spider</module>
<module>org.tinygroup.spidersample</module>
</modules>
</project>
Java
1
https://gitee.com/tinyframework/TinySpider.git
git@gitee.com:tinyframework/TinySpider.git
tinyframework
TinySpider
TinySpider
master

搜索帮助