us.codecraft:webmagic-saxon

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

Axon Application Layer Libs Distributed Applications webmagic Business Logic Libraries Web Crawling
GroupId

GroupId

us.codecraft
ArtifactId

ArtifactId

webmagic-saxon
Last Version

Last Version

0.7.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download webmagic-saxon

How to add to project

<!-- https://jarcasting.com/artifacts/us.codecraft/webmagic-saxon/ -->
<dependency>
    <groupId>us.codecraft</groupId>
    <artifactId>webmagic-saxon</artifactId>
    <version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/us.codecraft/webmagic-saxon/
implementation 'us.codecraft:webmagic-saxon:0.7.5'
// https://jarcasting.com/artifacts/us.codecraft/webmagic-saxon/
implementation ("us.codecraft:webmagic-saxon:0.7.5")
'us.codecraft:webmagic-saxon:jar:0.7.5'
<dependency org="us.codecraft" name="webmagic-saxon" rev="0.7.5">
  <artifact name="webmagic-saxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.codecraft', module='webmagic-saxon', version='0.7.5')
)
libraryDependencies += "us.codecraft" % "webmagic-saxon" % "0.7.5"
[us.codecraft/webmagic-saxon "0.7.5"]

Dependencies

compile (3)

Group / Artifact Type Version
us.codecraft : webmagic-core jar 0.7.5
net.sourceforge.htmlcleaner : htmlcleaner jar 2.9
net.sf.saxon : Saxon-HE jar 10.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.7.0.alpha
0.6.1
0.5.2