MVN

com.digitalpebble.stormcrawler : storm-crawler-urlfrontier

Maven & Gradle

Mar 28, 2023
856 stars

storm-crawler-urlfrontier · URL Frontier resources for StormCrawler

<dependency>
    <groupId>com.digitalpebble.stormcrawler</groupId>
    <artifactId>storm-crawler-urlfrontier</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.digitalpebble.stormcrawler : storm-crawler-urlfrontier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of com.digitalpebble.stormcrawler : storm-crawler-urlfrontier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
storm-crawler-urlfrontier-2.8
2.7
storm-crawler-urlfrontier-2.7
2.6
storm-crawler-urlfrontier-2.6
2.5
storm-crawler-urlfrontier-2.5
2.4
storm-crawler-urlfrontier-2.4
2.3
storm-crawler-urlfrontier-2.3
2.2
storm-crawler-urlfrontier-2.2
2.1
storm-crawler-urlfrontier-2.1
1.18
storm-crawler-urlfrontier-1.18

How to add a dependency to Maven

Add the following com.digitalpebble.stormcrawler : storm-crawler-urlfrontier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.digitalpebble.stormcrawler</groupId>
    <artifactId>storm-crawler-urlfrontier</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.digitalpebble.stormcrawler : storm-crawler-urlfrontier gradle dependency to your build.gradle file:

implementation 'com.digitalpebble.stormcrawler:storm-crawler-urlfrontier:2.8'

Gradle Kotlin DSL: Add the following com.digitalpebble.stormcrawler : storm-crawler-urlfrontier gradle kotlin dependency to your build.gradle.kts file:

implementation("com.digitalpebble.stormcrawler:storm-crawler-urlfrontier:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.digitalpebble.stormcrawler : storm-crawler-urlfrontier sbt scala dependency to your build.sbt file:

libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler-urlfrontier" % "2.8"