MVN

com.github.xjtushilei : scriptspider

Maven & Gradle

Mar 30, 2018
159 stars

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

<dependency>
    <groupId>com.github.xjtushilei</groupId>
    <artifactId>scriptspider</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xjtushilei : scriptspider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.github.xjtushilei : scriptspider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
scriptspider-0.3
0.2
scriptspider-0.2
0.1.x
scriptspider-0.1.1
0.0.x
scriptspider-0.0.1

How to add a dependency to Maven

Add the following com.github.xjtushilei : scriptspider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xjtushilei</groupId>
    <artifactId>scriptspider</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xjtushilei : scriptspider gradle dependency to your build.gradle file:

implementation 'com.github.xjtushilei:scriptspider:0.3'

Gradle Kotlin DSL: Add the following com.github.xjtushilei : scriptspider gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xjtushilei:scriptspider:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xjtushilei : scriptspider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xjtushilei" % "scriptspider" % "0.3"