MVN

io.ino : solrs_2.13

Maven & Gradle

Aug 20, 2023
106 stars

solrs · A solr client for scala, providing a query interface like SolrJ, just asynchronously / non-blocking

<dependency>
    <groupId>io.ino</groupId>
    <artifactId>solrs_2.13</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ino : solrs_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0

All Versions

Choose a version of io.ino : solrs_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
solrs_2.13-2.8.0
2.7.x
solrs_2.13-2.7.0
2.6.x
solrs_2.13-2.6.2
solrs_2.13-2.6.1
solrs_2.13-2.6.0
2.5.x
solrs_2.13-2.5.0
2.4.x
solrs_2.13-2.4.2
solrs_2.13-2.4.1
solrs_2.13-2.4.0
2.3.x
solrs_2.13-2.3.1

How to add a dependency to Maven

Add the following io.ino : solrs_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ino</groupId>
    <artifactId>solrs_2.13</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ino : solrs_2.13 gradle dependency to your build.gradle file:

implementation 'io.ino:solrs_2.13:2.8.0'

Gradle Kotlin DSL: Add the following io.ino : solrs_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ino:solrs_2.13:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ino : solrs_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ino" % "solrs_2.13" % "2.8.0"

Advertisement