MVN

org.apache.clerezza.ext : org.apache.lucene

Maven & Gradle

Feb 19, 2012

Clerezza Ext - Apache Lucene · Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platfor

<dependency>
    <groupId>org.apache.clerezza.ext</groupId>
    <artifactId>org.apache.lucene</artifactId>
    <version>0.1-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1-incubating

All Versions

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

Version Vulnerabilities Updated
0.1
org.apache.lucene-0.1-incubating

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.clerezza.ext</groupId>
    <artifactId>org.apache.lucene</artifactId>
    <version>0.1-incubating</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.clerezza.ext : org.apache.lucene gradle dependency to your build.gradle file:

implementation 'org.apache.clerezza.ext:org.apache.lucene:0.1-incubating'

Gradle Kotlin DSL: Add the following org.apache.clerezza.ext : org.apache.lucene gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.clerezza.ext:org.apache.lucene:0.1-incubating")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.clerezza.ext : org.apache.lucene sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.clerezza.ext" % "org.apache.lucene" % "0.1-incubating"

Advertisement

Dependencies from Group

Discover Dependencies