jscrapy-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.

License

License

GroupId

GroupId

cn.spark2fire
ArtifactId

ArtifactId

jscrapy-parent
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

jscrapy-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

https://github.com/spark2fire/jscrapy
Source Code Management

Source Code Management

https://github.com/spark2fire/jscrapy

Download jscrapy-parent

Filename Size
jscrapy-parent-0.0.1.pom 10 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jscrapy-core
  • jscrapy-extension/
  • jscrapy-selenium
  • jscrapy-saxon
  • jscrapy-samples
  • jscrapy-application

jscrapy

Based on webmagic, scrapy for java

Versions

Version
0.0.1