License |
License |
---|---|
Categories |
Categorieswebmagic Business Logic Libraries Web Crawling |
GroupId | GroupIdus.codecraft |
ArtifactId | ArtifactIdwebmagic-parent |
Last Version | Last Version0.7.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionwebmagic-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 |
Filename | Size |
---|---|
webmagic-parent-0.7.5.pom | 12 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"]