MVN

com.github.buzztaiki : lucene-lastuni

Maven & Gradle

Oct 24, 2018
1 stars

lucene-lastuni · Lucene CJK analyzer that tokenize last character as uni-gram.

<dependency>
    <groupId>com.github.buzztaiki</groupId>
    <artifactId>lucene-lastuni</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.buzztaiki : lucene-lastuni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of com.github.buzztaiki : lucene-lastuni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
lucene-lastuni-7.0.1
4.4
lucene-lastuni-4.4
4.3
lucene-lastuni-4.3
4.2
lucene-lastuni-4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.buzztaiki</groupId>
    <artifactId>lucene-lastuni</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.buzztaiki : lucene-lastuni gradle dependency to your build.gradle file:

implementation 'com.github.buzztaiki:lucene-lastuni:7.0.1'

Gradle Kotlin DSL: Add the following com.github.buzztaiki : lucene-lastuni gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.buzztaiki:lucene-lastuni:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.buzztaiki : lucene-lastuni sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.buzztaiki" % "lucene-lastuni" % "7.0.1"

Advertisement