MVN

ae.teletronics.solr : solr-plugins

Maven & Gradle

May 23, 2018
1 stars

solr-plugins · A set of solr plugins, that enables more visibility into a solr installation

<dependency>
    <groupId>ae.teletronics.solr</groupId>
    <artifactId>solr-plugins</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ae.teletronics.solr : solr-plugins to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of ae.teletronics.solr : solr-plugins to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
solr-plugins-0.3
0.2
solr-plugins-0.2
0.1
solr-plugins-0.1

How to add a dependency to Maven

Add the following ae.teletronics.solr : solr-plugins maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ae.teletronics.solr</groupId>
    <artifactId>solr-plugins</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ae.teletronics.solr : solr-plugins gradle dependency to your build.gradle file:

implementation 'ae.teletronics.solr:solr-plugins:0.3'

Gradle Kotlin DSL: Add the following ae.teletronics.solr : solr-plugins gradle kotlin dependency to your build.gradle.kts file:

implementation("ae.teletronics.solr:solr-plugins:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ae.teletronics.solr : solr-plugins sbt scala dependency to your build.sbt file:

libraryDependencies += "ae.teletronics.solr" % "solr-plugins" % "0.3"

Advertisement