f

fscrawler-parent

FS Crawler offers a simple way to index binary files into elasticsearch.
https://github.com/dadoonet/fscrawler/
The Apache Software License, Version 2.0
David Pilato
Files download
File Operation
fscrawler-parent-2.9.pom download
Apache Maven
<dependency>
  <groupId>fr.pilato.elasticsearch.crawler</groupId>
  <artifactId>fscrawler-parent</artifactId>
  <version>2.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.pilato.elasticsearch.crawler:fscrawler-parent:2.9'
Gradle Kotlin
implementation("fr.pilato.elasticsearch.crawler:fscrawler-parent:2.9")
Scala SBT
libraryDependencies += "fr.pilato.elasticsearch.crawler" % "fscrawler-parent" % "2.9"
Groovy Grape
@Grapes(
  @Grab(group='fr.pilato.elasticsearch.crawler', module='fscrawler-parent', version='2.9')
)
Apache Ivy
<dependency org="fr.pilato.elasticsearch.crawler" name="fscrawler-parent" rev="2.9" />
Leiningen
[fr.pilato.elasticsearch.crawler/fscrawler-parent "2.9"]
Apache Buildr
'fr.pilato.elasticsearch.crawler:fscrawler-parent:jar:2.9'
Dependencies
The project has no third-party dependencies