MVN

org.apache.lucene : lucene-analysis-smartcn

Maven & Gradle

Jun 25, 2023
2 usages

Apache Lucene (module: smartcn) · Apache Lucene (module: smartcn)

<dependency>
    <groupId>org.apache.lucene</groupId>
    <artifactId>lucene-analysis-smartcn</artifactId>
    <version>9.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.lucene : lucene-analysis-smartcn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.7.0

All Versions

Choose a version of org.apache.lucene : lucene-analysis-smartcn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.7.x
lucene-analysis-smartcn-9.7.0
9.6.x
lucene-analysis-smartcn-9.6.0
9.5.x
lucene-analysis-smartcn-9.5.0
9.4.x
lucene-analysis-smartcn-9.4.2
lucene-analysis-smartcn-9.4.1
lucene-analysis-smartcn-9.4.0
9.3.x
lucene-analysis-smartcn-9.3.0
9.2.x
lucene-analysis-smartcn-9.2.0
9.1.x
lucene-analysis-smartcn-9.1.0
9.0.x
lucene-analysis-smartcn-9.0.0

How to add a dependency to Maven

Add the following org.apache.lucene : lucene-analysis-smartcn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.lucene</groupId>
    <artifactId>lucene-analysis-smartcn</artifactId>
    <version>9.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.lucene : lucene-analysis-smartcn gradle dependency to your build.gradle file:

implementation 'org.apache.lucene:lucene-analysis-smartcn:9.7.0'

Gradle Kotlin DSL: Add the following org.apache.lucene : lucene-analysis-smartcn gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.lucene:lucene-analysis-smartcn:9.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.lucene : lucene-analysis-smartcn sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.lucene" % "lucene-analysis-smartcn" % "9.7.0"

Advertisement