cn.spark2fire:jscrapy-application

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.

License

License

GroupId

GroupId

cn.spark2fire
ArtifactId

ArtifactId

jscrapy-application
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download jscrapy-application

How to add to project

<!-- https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-application/ -->
<dependency>
    <groupId>cn.spark2fire</groupId>
    <artifactId>jscrapy-application</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-application/
implementation 'cn.spark2fire:jscrapy-application:0.0.1'
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-application/
implementation ("cn.spark2fire:jscrapy-application:0.0.1")
'cn.spark2fire:jscrapy-application:jar:0.0.1'
<dependency org="cn.spark2fire" name="jscrapy-application" rev="0.0.1">
  <artifact name="jscrapy-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='jscrapy-application', version='0.0.1')
)
libraryDependencies += "cn.spark2fire" % "jscrapy-application" % "0.0.1"
[cn.spark2fire/jscrapy-application "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
cn.spark2fire : jscrapy-core jar 0.0.1
cn.spark2fire » jscrapy-selenium jar 0.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

jscrapy

Based on webmagic, scrapy for java

Versions

Version
0.0.1