License |
License |
---|---|
Categories |
Categorieswebmagic Business Logic Libraries Web Crawling |
GroupId | GroupIdus.codecraft |
ArtifactId | ArtifactIdwebmagic-core |
Last Version | Last Version0.7.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA 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.
|
Filename | Size |
---|---|
webmagic-core-0.7.5.pom | |
webmagic-core-0.7.5.jar | 93 KB |
webmagic-core-0.7.5-sources.jar | 54 KB |
webmagic-core-0.7.5-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.codecraft/webmagic-core/ -->
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-core</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/us.codecraft/webmagic-core/
implementation 'us.codecraft:webmagic-core:0.7.5'
// https://jarcasting.com/artifacts/us.codecraft/webmagic-core/
implementation ("us.codecraft:webmagic-core:0.7.5")
'us.codecraft:webmagic-core:jar:0.7.5'
<dependency org="us.codecraft" name="webmagic-core" rev="0.7.5">
<artifact name="webmagic-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.codecraft', module='webmagic-core', version='0.7.5')
)
libraryDependencies += "us.codecraft" % "webmagic-core" % "0.7.5"
[us.codecraft/webmagic-core "0.7.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.commons : commons-lang3 | jar | 3.11 |
us.codecraft : xsoup | jar | 0.3.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.7.30 |
commons-collections : commons-collections | jar | 3.2.2 |
commons-io : commons-io | jar | 2.8.0 |
com.jayway.jsonpath : json-path | jar | 2.5.0 |
com.alibaba : fastjson | jar | 1.2.75 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.github.dreamhead : moco-core | jar | 1.2.0 |
org.mockito : mockito-all | jar | 1.10.19 |
org.assertj : assertj-core | jar | 3.18.1 |