is not current version
Last Version 0.7.5

us.codecraft:webmagic-parent 0.4.2

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.

Categories

Categories

webmagic Business Logic Libraries Web Crawling
GroupId

GroupId

us.codecraft
ArtifactId

ArtifactId

webmagic-parent
Version

Version

0.4.2
Type

Type

pom

Download webmagic-parent 0.4.2


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