jscrapy
Based on webmagic, scrapy for java
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.spark2fire |
| Идентификатор | Идентификаторjscrapy-parent |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jscrapy-parent-0.0.1.pom | 10 KB |
| Обзор |
<!-- 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