MVN

com.github.ancienter : webmagic-parent

Maven & Gradle

Jun 17, 2020
1 stars

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.

<dependency>
    <groupId>com.github.ancienter</groupId>
    <artifactId>webmagic-parent</artifactId>
    <version>v2020.6.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ancienter : webmagic-parent to add to Maven - Latest Versions:

  • Latest Stable: v2020.6.17

All Versions

Choose a version of com.github.ancienter : webmagic-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
v2020.6.x
webmagic-parent-v2020.6.17

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ancienter</groupId>
    <artifactId>webmagic-parent</artifactId>
    <version>v2020.6.17</version>
</dependency>