update readme version

master
yihua.huang 2013-08-21 07:36:41 +08:00
parent ad66d33f38
commit 9bba0b2b72
4 changed files with 10 additions and 38 deletions

View File

@ -16,24 +16,18 @@ webmagic
## Install: ## Install:
Clone the repo and build: Add dependencies to your pom.xml:
git clone https://github.com/code4craft/webmagic.git
cd webmagic
mvn clean install
Add dependencies to your project:
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId> <artifactId>webmagic-core</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId> <artifactId>webmagic-extension</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
## Get Started: ## Get Started:

View File

@ -1,11 +0,0 @@
#release configuration
#Tue Aug 20 23:36:56 CST 2013
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pushChanges=true
scm.url=scm\:git\:git@github.com\:code4craft/webmagic.git
preparationGoals=clean verify
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
exec.additionalArguments=-Psonatype-oss-release -P development
exec.snapshotReleasePluginAllowed=false
completedPhase=check-poms

View File

@ -21,22 +21,17 @@ webmagic使用手册
### 使用maven ### 使用maven
webmagic使用maven管理依赖你可以直接下载webmagic源码进行编译 webmagic使用maven管理依赖在项目中添加对应的依赖即可使用webmagic
git clone https://github.com/code4craft/webmagic.git
mvn clean install
安装后在项目中添加对应的依赖即可使用webmagic
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId> <artifactId>webmagic-core</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId> <artifactId>webmagic-extension</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
#### 项目结构 #### 项目结构

View File

@ -29,23 +29,17 @@ Java爬虫 **Spiderman** [https://gitcafe.com/laiweiwei/Spiderman](https://gitca
### 使用maven ### 使用maven
webmagic使用maven管理依赖你可以直接下载webmagic源码进行编译 webmagic使用maven管理依赖在项目中添加对应的依赖即可使用webmagic
git clone https://github.com/code4craft/webmagic.git
cd webmagic
mvn clean install
安装后在项目中添加对应的依赖即可使用webmagic
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId> <artifactId>webmagic-core</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>us.codecraft</groupId> <groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId> <artifactId>webmagic-extension</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
#### 项目结构 #### 项目结构