is not current version
Last Version 0.3

com.github.xjtushilei:scriptspider 0.0.1

ScriptSpider(SS) is a Java distributed crawler framework that supports hot swappable components. SS是一个java版本的分布式的通用爬虫,可以热插拔各个组件(提供默认的),自动切换代理,自动结构化数据与存储。使用redis,分布式调度等技术。

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.xjtushilei
ArtifactId

ArtifactId

scriptspider
Version

Version

0.0.1
Type

Type

jar

Download scriptspider 0.0.1


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