не последняя версия
Последняя версия 0.7.5

us.codecraft:webmagic-parent 0.3.0

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.

Категории

Категории

webmagic Прикладные библиотеки Web Crawling
Группа

Группа

us.codecraft
Идентификатор

Идентификатор

webmagic-parent
Версия

Версия

0.3.0
Тип

Тип

pom

Скачать webmagic-parent 0.3.0

Имя Файла Размер
webmagic-parent-0.3.0.pom 7 KB
Обзор

<!-- https://jarcasting.com/artifacts/us.codecraft/webmagic-parent/ -->
<dependency>
    <groupId>us.codecraft</groupId>
    <artifactId>webmagic-parent</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.codecraft/webmagic-parent/
implementation 'us.codecraft:webmagic-parent:0.3.0'
// https://jarcasting.com/artifacts/us.codecraft/webmagic-parent/
implementation ("us.codecraft:webmagic-parent:0.3.0")
'us.codecraft:webmagic-parent:pom:0.3.0'
<dependency org="us.codecraft" name="webmagic-parent" rev="0.3.0">
  <artifact name="webmagic-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.codecraft', module='webmagic-parent', version='0.3.0')
)
libraryDependencies += "us.codecraft" % "webmagic-parent" % "0.3.0"
[us.codecraft/webmagic-parent "0.3.0"]