MVN

io.github.mightguy : solr-manager-service

Maven & Gradle

Dec 26, 2020
2 stars
<dependency>
    <groupId>io.github.mightguy</groupId>
    <artifactId>solr-manager-service</artifactId>
    <version>8.4.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mightguy : solr-manager-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.48

All Versions

Choose a version of io.github.mightguy : solr-manager-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
solr-manager-service-8.4.48
solr-manager-service-8.4.47
solr-manager-service-8.4.46
1.2.x
solr-manager-service-1.2.45
solr-manager-service-1.2.44
solr-manager-service-1.2.34
solr-manager-service-1.2.32
solr-manager-service-1.2.27
solr-manager-service-1.2.26
solr-manager-service-1.2.22
solr-manager-service-1.2.20

How to add a dependency to Maven

Add the following io.github.mightguy : solr-manager-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mightguy</groupId>
    <artifactId>solr-manager-service</artifactId>
    <version>8.4.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mightguy : solr-manager-service gradle dependency to your build.gradle file:

implementation 'io.github.mightguy:solr-manager-service:8.4.48'

Gradle Kotlin DSL: Add the following io.github.mightguy : solr-manager-service gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mightguy:solr-manager-service:8.4.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mightguy : solr-manager-service sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mightguy" % "solr-manager-service" % "8.4.48"

Advertisement