m

modeshape-lucene-index-provider

ModeShape index provider that uses the Apache Lucene library
http://www.modeshape.org
Files download
File Operation
modeshape-lucene-index-provider-5.4.1.Final.jar download
modeshape-lucene-index-provider-5.4.1.Final.pom download
modeshape-lucene-index-provider-5.4.1.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.modeshape</groupId>
  <artifactId>modeshape-lucene-index-provider</artifactId>
  <version>5.4.1.Final</version>
</dependency>
Gradle Groovy
implementation 'org.modeshape:modeshape-lucene-index-provider:5.4.1.Final'
Gradle Kotlin
implementation("org.modeshape:modeshape-lucene-index-provider:5.4.1.Final")
Scala SBT
libraryDependencies += "org.modeshape" % "modeshape-lucene-index-provider" % "5.4.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.modeshape', module='modeshape-lucene-index-provider', version='5.4.1.Final')
)
Apache Ivy
<dependency org="org.modeshape" name="modeshape-lucene-index-provider" rev="5.4.1.Final" />
Leiningen
[org.modeshape/modeshape-lucene-index-provider "5.4.1.Final"]
Apache Buildr
'org.modeshape:modeshape-lucene-index-provider:jar:5.4.1.Final'