jscrapy
Based on webmagic, scrapy for java
License |
License |
---|---|
GroupId | GroupIdcn.spark2fire |
ArtifactId | ArtifactIdjscrapy-samples |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA 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.
|
Filename | Size |
---|---|
jscrapy-samples-0.0.1.pom | |
jscrapy-samples-0.0.1.jar | 54 KB |
jscrapy-samples-0.0.1-sources.jar | 31 KB |
jscrapy-samples-0.0.1-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-samples/ -->
<dependency>
<groupId>cn.spark2fire</groupId>
<artifactId>jscrapy-samples</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-samples/
implementation 'cn.spark2fire:jscrapy-samples:0.0.1'
// https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-samples/
implementation ("cn.spark2fire:jscrapy-samples:0.0.1")
'cn.spark2fire:jscrapy-samples:jar:0.0.1'
<dependency org="cn.spark2fire" name="jscrapy-samples" rev="0.0.1">
<artifact name="jscrapy-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='jscrapy-samples', version='0.0.1')
)
libraryDependencies += "cn.spark2fire" % "jscrapy-samples" % "0.0.1"
[cn.spark2fire/jscrapy-samples "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
cn.spark2fire : jscrapy-core | jar | 0.0.1 |
cn.spark2fire : jscrapy-extension | jar | 0.0.1 |
cn.spark2fire : jscrapy-application | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
Based on webmagic, scrapy for java