Last Version

webmagic-parent v2020.6.17

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

com.github.ancienter
ArtifactId

ArtifactId

webmagic-parent
Version

Version

v2020.6.17
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/ancienter/webmagic/

Download webmagic-parent v2020.6.17


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

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