MVN

fr.pilato.elasticsearch.crawler : fscrawler-framework

Maven & Gradle

Jan 11, 2022
9 usages
1k stars

FSCrawler Framework

<dependency>
    <groupId>fr.pilato.elasticsearch.crawler</groupId>
    <artifactId>fscrawler-framework</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.pilato.elasticsearch.crawler : fscrawler-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9

All Versions

Choose a version of fr.pilato.elasticsearch.crawler : fscrawler-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9
fscrawler-framework-2.9
2.8
fscrawler-framework-2.8
2.7
fscrawler-framework-2.7
2.6
fscrawler-framework-2.6
2.5
fscrawler-framework-2.5

How to add a dependency to Maven

Add the following fr.pilato.elasticsearch.crawler : fscrawler-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.pilato.elasticsearch.crawler</groupId>
    <artifactId>fscrawler-framework</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.pilato.elasticsearch.crawler : fscrawler-framework gradle dependency to your build.gradle file:

implementation 'fr.pilato.elasticsearch.crawler:fscrawler-framework:2.9'

Gradle Kotlin DSL: Add the following fr.pilato.elasticsearch.crawler : fscrawler-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.pilato.elasticsearch.crawler:fscrawler-framework:2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.pilato.elasticsearch.crawler : fscrawler-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.pilato.elasticsearch.crawler" % "fscrawler-framework" % "2.9"

Advertisement