License |
License |
---|---|
GroupId | GroupIdcn.wanghaomiao |
ArtifactId | ArtifactIdSeimiCrawler |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSeimiCrawler
一个支持分布式的可以高效开发且可以高效运行的爬虫框架。设计思想上融合了spring与scrapy的优点。An powerful,agile,powerful,distributed crawler framework.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
SeimiCrawler-2.1.2.pom | |
SeimiCrawler-2.1.2.jar | 98 KB |
SeimiCrawler-2.1.2-sources.jar | 73 KB |
SeimiCrawler-2.1.2-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wanghaomiao/SeimiCrawler/ -->
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wanghaomiao/SeimiCrawler/
implementation 'cn.wanghaomiao:SeimiCrawler:2.1.2'
// https://jarcasting.com/artifacts/cn.wanghaomiao/SeimiCrawler/
implementation ("cn.wanghaomiao:SeimiCrawler:2.1.2")
'cn.wanghaomiao:SeimiCrawler:jar:2.1.2'
<dependency org="cn.wanghaomiao" name="SeimiCrawler" rev="2.1.2">
<artifact name="SeimiCrawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wanghaomiao', module='SeimiCrawler', version='2.1.2')
)
libraryDependencies += "cn.wanghaomiao" % "SeimiCrawler" % "2.1.2"
[cn.wanghaomiao/SeimiCrawler "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
cn.wanghaomiao : JsoupXpath | jar | 2.3.2 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.apache.httpcomponents : httpclient | jar | 4.3.6 |
org.apache.httpcomponents : httpcore | jar | 4.3.3 |
org.springframework : spring-core | jar | 4.3.18.RELEASE |
org.springframework : spring-context | jar | 4.3.18.RELEASE |
org.springframework : spring-beans | jar | 4.3.18.RELEASE |
org.slf4j : slf4j-ext | jar | 1.7.9 |
org.slf4j : slf4j-api | jar | 1.7.9 |
com.alibaba : fastjson | jar | 1.2.62 |
org.eclipse.jetty : jetty-server | jar | 9.3.27.v20190418 |
com.squareup.okhttp3 : okhttp | jar | 3.3.1 |
commons-cli : commons-cli | jar | 1.2 |
org.redisson : redisson | jar | 3.6.5 |
de.ruedigermoeller : fst | jar | 2.56 |
cglib : cglib | jar | 3.2.6 |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 1.5.12.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.12.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.12.RELEASE |
junit : junit | jar | 4.12 |