MVN

fr.pilato.elasticsearch.river : dropbox

Maven & Gradle

Jul 09, 2013
19 stars

Dropbox River Plugin for ElasticSearch · Dropbox River Plugin offers a simple way to index dropbox files into Elasticsearch. See full documentation on Github: https://github.com/dadoonet/dropbox

<dependency>
    <groupId>fr.pilato.elasticsearch.river</groupId>
    <artifactId>dropbox</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.pilato.elasticsearch.river : dropbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of fr.pilato.elasticsearch.river : dropbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
dropbox-0.2.0
0.1.x
dropbox-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.pilato.elasticsearch.river</groupId>
    <artifactId>dropbox</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.pilato.elasticsearch.river : dropbox gradle dependency to your build.gradle file:

implementation 'fr.pilato.elasticsearch.river:dropbox:0.2.0'

Gradle Kotlin DSL: Add the following fr.pilato.elasticsearch.river : dropbox gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.pilato.elasticsearch.river:dropbox:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.pilato.elasticsearch.river : dropbox sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.pilato.elasticsearch.river" % "dropbox" % "0.2.0"