MVN

com.rbmhtechnology.vind : solr-suggestion-handler

Maven & Gradle

May 26, 2021
25 stars

Vind Utils - Solr Suggestion Handler

<dependency>
    <groupId>com.rbmhtechnology.vind</groupId>
    <artifactId>solr-suggestion-handler</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rbmhtechnology.vind : solr-suggestion-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0
  • Latest Release Candidate: 3.0.0-RC17

All Versions

Choose a version of com.rbmhtechnology.vind : solr-suggestion-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
solr-suggestion-handler-3.2.0
3.1.x
solr-suggestion-handler-3.1.14
solr-suggestion-handler-3.1.12
solr-suggestion-handler-3.1.11
solr-suggestion-handler-3.1.10
solr-suggestion-handler-3.1.9
solr-suggestion-handler-3.1.8
solr-suggestion-handler-3.1.7
solr-suggestion-handler-3.1.6
solr-suggestion-handler-3.1.5
solr-suggestion-handler-3.1.4
solr-suggestion-handler-3.1.3
solr-suggestion-handler-3.1.2
solr-suggestion-handler-3.1.1
solr-suggestion-handler-3.1.0
3.0.x
solr-suggestion-handler-3.0.33
solr-suggestion-handler-3.0.32
solr-suggestion-handler-3.0.31
solr-suggestion-handler-3.0.30
solr-suggestion-handler-3.0.29
solr-suggestion-handler-3.0.28
solr-suggestion-handler-3.0.27
solr-suggestion-handler-3.0.26
solr-suggestion-handler-3.0.25
solr-suggestion-handler-3.0.24
solr-suggestion-handler-3.0.23
solr-suggestion-handler-3.0.22
solr-suggestion-handler-3.0.21
solr-suggestion-handler-3.0.20
solr-suggestion-handler-3.0.19
solr-suggestion-handler-3.0.18
solr-suggestion-handler-3.0.17
solr-suggestion-handler-3.0.16
solr-suggestion-handler-3.0.15
solr-suggestion-handler-3.0.14
solr-suggestion-handler-3.0.13
solr-suggestion-handler-3.0.12
solr-suggestion-handler-3.0.11
solr-suggestion-handler-3.0.10
solr-suggestion-handler-3.0.9
solr-suggestion-handler-3.0.8
solr-suggestion-handler-3.0.7
solr-suggestion-handler-3.0.6
solr-suggestion-handler-3.0.5
solr-suggestion-handler-3.0.4
solr-suggestion-handler-3.0.3
solr-suggestion-handler-3.0.2
solr-suggestion-handler-3.0.1
solr-suggestion-handler-3.0.0
solr-suggestion-handler-3.0.0-RC17
solr-suggestion-handler-3.0.0-RC16
solr-suggestion-handler-3.0.0-RC15
solr-suggestion-handler-3.0.0-RC14
solr-suggestion-handler-3.0.0-RC13
solr-suggestion-handler-3.0.0-RC12
solr-suggestion-handler-3.0.0-RC11
solr-suggestion-handler-3.0.0-RC10
solr-suggestion-handler-3.0.0-RC9
solr-suggestion-handler-3.0.0-RC8
solr-suggestion-handler-3.0.0-RC7
solr-suggestion-handler-3.0.0-RC6
solr-suggestion-handler-3.0.0-RC5
solr-suggestion-handler-3.0.0-RC3
solr-suggestion-handler-3.0.0-RC1
solr-suggestion-handler-3.0.1a
solr-suggestion-handler-3.0.0a
solr-suggestion-handler-3.0.0a-RC5
solr-suggestion-handler-3.0.0a-RC4
solr-suggestion-handler-3.0.0a-RC3
solr-suggestion-handler-3.0.0a-RC2
solr-suggestion-handler-3.0.0a-RC1
2.5.x
solr-suggestion-handler-2.5.0-RC1
2.4.x
solr-suggestion-handler-2.4.1
solr-suggestion-handler-2.4.0
2.3.x
solr-suggestion-handler-2.3.1
solr-suggestion-handler-2.3.0
solr-suggestion-handler-2.3.0-RC1
2.2.x
solr-suggestion-handler-2.2.1
solr-suggestion-handler-2.2.0
2.1.x
solr-suggestion-handler-2.1.5
solr-suggestion-handler-2.1.4
solr-suggestion-handler-2.1.3
solr-suggestion-handler-2.1.2
solr-suggestion-handler-2.1.1
solr-suggestion-handler-2.1.0
solr-suggestion-handler-2.1.0-RC1
2.0.x
solr-suggestion-handler-2.0.1
solr-suggestion-handler-2.0.0
solr-suggestion-handler-2.0.0-RC1
1.3.x
solr-suggestion-handler-1.3.2
solr-suggestion-handler-1.3.1
solr-suggestion-handler-1.3.0
solr-suggestion-handler-1.3.0-RC1
1.2.x
solr-suggestion-handler-1.2.5
solr-suggestion-handler-1.2.4
solr-suggestion-handler-1.2.3.1
solr-suggestion-handler-1.2.3
solr-suggestion-handler-1.2.2
solr-suggestion-handler-1.2.1
solr-suggestion-handler-1.2.0
1.1.x
solr-suggestion-handler-1.1.4
solr-suggestion-handler-1.1.3
solr-suggestion-handler-1.1.2
solr-suggestion-handler-1.1.1
solr-suggestion-handler-1.1.0
1.0.x
solr-suggestion-handler-1.0.3
solr-suggestion-handler-1.0.2
solr-suggestion-handler-1.0.1
solr-suggestion-handler-1.0.0

How to add a dependency to Maven

Add the following com.rbmhtechnology.vind : solr-suggestion-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rbmhtechnology.vind</groupId>
    <artifactId>solr-suggestion-handler</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rbmhtechnology.vind : solr-suggestion-handler gradle dependency to your build.gradle file:

implementation 'com.rbmhtechnology.vind:solr-suggestion-handler:3.2.0'

Gradle Kotlin DSL: Add the following com.rbmhtechnology.vind : solr-suggestion-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rbmhtechnology.vind:solr-suggestion-handler:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rbmhtechnology.vind : solr-suggestion-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rbmhtechnology.vind" % "solr-suggestion-handler" % "3.2.0"