MVN

com.yahoo.vespa : lucene-linguistics

Maven & Gradle

Aug 24, 2023
<dependency>
    <groupId>com.yahoo.vespa</groupId>
    <artifactId>lucene-linguistics</artifactId>
    <version>8.216.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.vespa : lucene-linguistics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.216.8

All Versions

Choose a version of com.yahoo.vespa : lucene-linguistics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.216.x
lucene-linguistics-8.216.8
8.215.x
lucene-linguistics-8.215.17
8.213.x
lucene-linguistics-8.213.13
8.212.x
lucene-linguistics-8.212.18
8.211.x
lucene-linguistics-8.211.15
8.210.x
lucene-linguistics-8.210.20
8.209.x
lucene-linguistics-8.209.11
8.208.x
lucene-linguistics-8.208.14
8.207.x
lucene-linguistics-8.207.18
8.205.x
lucene-linguistics-8.205.14
8.204.x
lucene-linguistics-8.204.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yahoo.vespa</groupId>
    <artifactId>lucene-linguistics</artifactId>
    <version>8.216.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.vespa : lucene-linguistics gradle dependency to your build.gradle file:

implementation 'com.yahoo.vespa:lucene-linguistics:8.216.8'

Gradle Kotlin DSL: Add the following com.yahoo.vespa : lucene-linguistics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.vespa:lucene-linguistics:8.216.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.vespa : lucene-linguistics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.vespa" % "lucene-linguistics" % "8.216.8"