Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webmagic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
沈俊林
webmagic
Commits
9bba0b2b
Commit
9bba0b2b
authored
Aug 20, 2013
by
yihua.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme version
parent
ad66d33f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
38 deletions
+10
-38
README.md
README.md
+4
-10
release.properties
release.properties
+0
-11
webmagic manual.md
webmagic manual.md
+3
-8
README.md
zh_docs/README.md
+3
-9
No files found.
README.md
View file @
9bba0b2b
...
...
@@ -16,24 +16,18 @@ webmagic
## Install:
Clone the repo and build:
git clone https://github.com/code4craft/webmagic.git
cd webmagic
mvn clean install
Add dependencies to your project:
Add dependencies to your pom.xml:
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId>
<version>0.2.
0
</version>
<version>0.2.
1
</version>
</dependency>
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId>
<version>0.2.
0
</version>
<version>0.2.
1
</version>
</dependency>
## Get Started:
...
...
release.properties
deleted
100644 → 0
View file @
ad66d33f
#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
webmagic manual.md
View file @
9bba0b2b
...
...
@@ -21,22 +21,17 @@ webmagic使用手册
### 使用maven
webmagic使用maven管理依赖,你可以直接下载webmagic源码进行编译:
git clone https://github.com/code4craft/webmagic.git
mvn clean install
安装后,在项目中添加对应的依赖即可使用webmagic:
webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用webmagic:
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId>
<version>0.2.
0
</version>
<version>0.2.
1
</version>
</dependency>
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId>
<version>0.2.
0
</version>
<version>0.2.
1
</version>
</dependency>
#### 项目结构
...
...
zh_docs/README.md
View file @
9bba0b2b
...
...
@@ -29,23 +29,17 @@ Java爬虫 **Spiderman** [https://gitcafe.com/laiweiwei/Spiderman](https://gitca
### 使用maven
webmagic使用maven管理依赖,你可以直接下载webmagic源码进行编译:
git clone https://github.com/code4craft/webmagic.git
cd webmagic
mvn clean install
安装后,在项目中添加对应的依赖即可使用webmagic:
webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用webmagic:
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId>
<version>0.2.
0
</version>
<version>0.2.
1
</version>
</dependency>
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-extension</artifactId>
<version>0.2.
0
</version>
<version>0.2.
1
</version>
</dependency>
#### 项目结构
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment