MVN

com.yishuifengxiao.common : crawler

Maven & Gradle

Feb 14, 2022

wind-bell · 风铃虫-一个超级棒的爬虫内核

<dependency>
    <groupId>com.yishuifengxiao.common</groupId>
    <artifactId>crawler</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yishuifengxiao.common : crawler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of com.yishuifengxiao.common : crawler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
crawler-2.3.2
crawler-2.3.1
crawler-2.3.0
2.2.x
crawler-2.2.1
crawler-2.2.0
2.1.x
crawler-2.1.0
2.0.x
crawler-2.0.0
1.3.x
crawler-1.3.1
crawler-1.3.0
1.2.x
crawler-1.2.0
1.1.x
crawler-1.1.0
1.0.x
crawler-1.0.0

How to add a dependency to Maven

Add the following com.yishuifengxiao.common : crawler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yishuifengxiao.common</groupId>
    <artifactId>crawler</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yishuifengxiao.common : crawler gradle dependency to your build.gradle file:

implementation 'com.yishuifengxiao.common:crawler:2.3.2'

Gradle Kotlin DSL: Add the following com.yishuifengxiao.common : crawler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yishuifengxiao.common:crawler:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yishuifengxiao.common : crawler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yishuifengxiao.common" % "crawler" % "2.3.2"