Last Version

webmagic-parent 0.7.5

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

Categories

Categories

webmagic Business Logic Libraries Web Crawling
GroupId

GroupId

us.codecraft
ArtifactId

ArtifactId

webmagic-parent
Version

Version

0.7.5
Type

Type

pom
Description

Description

webmagic-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/code4craft/webmagic/

Download webmagic-parent 0.7.5

Filename Size
webmagic-parent-0.7.5.pom 20 KB
Browse

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

Dependencies

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

Project Modules

  • webmagic-core
  • webmagic-extension/
  • webmagic-scripts/
  • webmagic-selenium
  • webmagic-saxon
  • webmagic-samples
  • webmagic-coverage