e

exist-index-lucene

eXist-db NoSQL Database Lucene Index
Files download
File Operation
exist-index-lucene-5.5.1.jar download
exist-index-lucene-5.5.1.pom download
exist-index-lucene-5.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-index-lucene</artifactId>
  <version>5.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-index-lucene:5.5.1'
Gradle Kotlin
implementation("org.exist-db:exist-index-lucene:5.5.1")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-index-lucene" % "5.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-index-lucene', version='5.5.1')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-index-lucene" rev="5.5.1" />
Leiningen
[org.exist-db/exist-index-lucene "5.5.1"]
Apache Buildr
'org.exist-db:exist-index-lucene:jar:5.5.1'