jscrapy
Based on webmagic, scrapy for java
License |
License |
---|---|
GroupId | GroupIdcn.spark2fire |
ArtifactId | ArtifactIdjscrapy-parent |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjscrapy-parent
A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content
extraction and persistent. It can simply the development of a specific crawler.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jscrapy-parent-0.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-parent/ -->
<dependency>
<groupId>cn.spark2fire</groupId>
<artifactId>jscrapy-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-parent/
implementation 'cn.spark2fire:jscrapy-parent:0.0.1'
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-parent/
implementation ("cn.spark2fire:jscrapy-parent:0.0.1")
'cn.spark2fire:jscrapy-parent:pom:0.0.1'
<dependency org="cn.spark2fire" name="jscrapy-parent" rev="0.0.1">
<artifact name="jscrapy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='jscrapy-parent', version='0.0.1')
)
libraryDependencies += "cn.spark2fire" % "jscrapy-parent" % "0.0.1"
[cn.spark2fire/jscrapy-parent "0.0.1"]
Based on webmagic, scrapy for java