is not current version
Last Version 2.1.2

cn.wanghaomiao:SeimiCrawler 1.1.0

一个支持分布式的可以高效开发且可以高效运行的爬虫框架。设计思想上融合了spring与scrapy的优点。An powerful,agile,powerful,distributed crawler framework.

GroupId

GroupId

cn.wanghaomiao
ArtifactId

ArtifactId

SeimiCrawler
Version

Version

1.1.0
Type

Type

jar

Download SeimiCrawler 1.1.0


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