MVN

com.github.jknack : mwa-solr4

Maven & Gradle

Jul 10, 2017

Solr 4.x Module

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>mwa-solr4</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jknack : mwa-solr4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of com.github.jknack : mwa-solr4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
mwa-solr4-0.4.2
mwa-solr4-0.4.1
mwa-solr4-0.4.0
0.3.x
mwa-solr4-0.3.11
mwa-solr4-0.3.10
mwa-solr4-0.3.9
mwa-solr4-0.3.8
mwa-solr4-0.3.7
mwa-solr4-0.3.6
mwa-solr4-0.3.5
mwa-solr4-0.3.4

How to add a dependency to Maven

Add the following com.github.jknack : mwa-solr4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>mwa-solr4</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jknack : mwa-solr4 gradle dependency to your build.gradle file:

implementation 'com.github.jknack:mwa-solr4:0.4.2'

Gradle Kotlin DSL: Add the following com.github.jknack : mwa-solr4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jknack:mwa-solr4:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jknack : mwa-solr4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jknack" % "mwa-solr4" % "0.4.2"