MVN

com.riskiq : solr-map-reduce

Maven & Gradle

Jun 15, 2021
3 stars

solr-map-reduce · Utilities for creation of Solr indexes using mapreduce

<dependency>
    <groupId>com.riskiq</groupId>
    <artifactId>solr-map-reduce</artifactId>
    <version>8.4.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.riskiq : solr-map-reduce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.1.5

All Versions

Choose a version of com.riskiq : solr-map-reduce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
solr-map-reduce-8.4.1.5
solr-map-reduce-8.4.1.4
solr-map-reduce-8.4.1.3
solr-map-reduce-8.4.1.2
solr-map-reduce-8.4.1.1
solr-map-reduce-8.4.1.0
7.7.x
solr-map-reduce-7.7.2.2
solr-map-reduce-7.7.2.1
solr-map-reduce-7.7.2.0
6.6.x
solr-map-reduce-6.6.3.0

How to add a dependency to Maven

Add the following com.riskiq : solr-map-reduce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.riskiq</groupId>
    <artifactId>solr-map-reduce</artifactId>
    <version>8.4.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.riskiq : solr-map-reduce gradle dependency to your build.gradle file:

implementation 'com.riskiq:solr-map-reduce:8.4.1.5'

Gradle Kotlin DSL: Add the following com.riskiq : solr-map-reduce gradle kotlin dependency to your build.gradle.kts file:

implementation("com.riskiq:solr-map-reduce:8.4.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.riskiq : solr-map-reduce sbt scala dependency to your build.sbt file:

libraryDependencies += "com.riskiq" % "solr-map-reduce" % "8.4.1.5"

Advertisement