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>
Choose a version of com.github.ancienter : webmagic-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
v2020.6.x |
webmagic-parent-v2020.6.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ancienter</groupId>
<artifactId>webmagic-parent</artifactId>
<version>v2020.6.17</version>
</dependency>
Advertisement