MVN

com.github.magese : ik-analyzer-solr7

Maven & Gradle

May 11, 2018
1.1k stars

ik-analyzer-solr7 · IK-Analyzer for solr7.x

<dependency>
    <groupId>com.github.magese</groupId>
    <artifactId>ik-analyzer-solr7</artifactId>
    <version>7.x</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.magese : ik-analyzer-solr7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.x

All Versions

Choose a version of com.github.magese : ik-analyzer-solr7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.x
ik-analyzer-solr7-7.x

How to add a dependency to Maven

Add the following com.github.magese : ik-analyzer-solr7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.magese</groupId>
    <artifactId>ik-analyzer-solr7</artifactId>
    <version>7.x</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.magese : ik-analyzer-solr7 gradle dependency to your build.gradle file:

implementation 'com.github.magese:ik-analyzer-solr7:7.x'

Gradle Kotlin DSL: Add the following com.github.magese : ik-analyzer-solr7 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.magese:ik-analyzer-solr7:7.x")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.magese : ik-analyzer-solr7 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.magese" % "ik-analyzer-solr7" % "7.x"