| License |
License |
|---|---|
| Categories |
CategoriesAxon Application Layer Libs Distributed Applications webmagic Business Logic Libraries Web Crawling |
| GroupId | GroupIdus.codecraft |
| ArtifactId | ArtifactIdwebmagic-saxon |
| 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-saxon-0.7.5.pom | |
| webmagic-saxon-0.7.5.jar | 6 KB |
| webmagic-saxon-0.7.5-sources.jar | 2 KB |
| webmagic-saxon-0.7.5-javadoc.jar | 37 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |