MVN

org.ow2.weblab.components : folder-crawler

Maven & Gradle

Feb 22, 2012
2 usages

folder-crawler · Use this component crawl a folder. This is a basic component, no thread, no complex timings, no data comparison. A real crawler could use multiple instances of this component.

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>folder-crawler</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.components : folder-crawler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of org.ow2.weblab.components : folder-crawler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
folder-crawler-1.8.3
folder-crawler-1.8.2
folder-crawler-1.8.2-SNAPSHOT
folder-crawler-1.8.1
1.8
folder-crawler-1.8

How to add a dependency to Maven

Add the following org.ow2.weblab.components : folder-crawler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>folder-crawler</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.components : folder-crawler gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.components:folder-crawler:1.8.3'

Gradle Kotlin DSL: Add the following org.ow2.weblab.components : folder-crawler gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.components:folder-crawler:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.components : folder-crawler sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.components" % "folder-crawler" % "1.8.3"