| License |
License |
|---|---|
| Categories |
Categorieswebmagic Business Logic Libraries Web Crawling |
| GroupId | GroupIdus.codecraft |
| ArtifactId | ArtifactIdwebmagic-scripts |
| 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-scripts-0.7.5.pom | |
| webmagic-scripts-0.7.5.jar | 16 KB |
| webmagic-scripts-0.7.5-sources.jar | 8 KB |
| webmagic-scripts-0.7.5-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.codecraft/webmagic-scripts/ -->
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-scripts</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/us.codecraft/webmagic-scripts/
implementation 'us.codecraft:webmagic-scripts:0.7.5'
// https://jarcasting.com/artifacts/us.codecraft/webmagic-scripts/
implementation ("us.codecraft:webmagic-scripts:0.7.5")
'us.codecraft:webmagic-scripts:jar:0.7.5'
<dependency org="us.codecraft" name="webmagic-scripts" rev="0.7.5">
<artifact name="webmagic-scripts" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.codecraft', module='webmagic-scripts', version='0.7.5')
)
libraryDependencies += "us.codecraft" % "webmagic-scripts" % "0.7.5"
[us.codecraft/webmagic-scripts "0.7.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jruby : jruby | jar | 9.2.14.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.2-2 |
| org.python : jython | jar | 2.7.2 |
| commons-cli : commons-cli | jar | 1.4 |
| us.codecraft : webmagic-core | jar | 0.7.5 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| us.codecraft : webmagic-extension | jar | 0.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |