is not current version
Last Version 3.6.2

org.apache.lucene:lucene-instantiated 3.3.0

InstantiatedIndex, alternative RAM store for small corpora.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-instantiated
Version

Version

3.3.0
Type

Type

jar

Download lucene-instantiated 3.3.0


<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-instantiated/ -->
<dependency>
    <groupId>org.apache.lucene</groupId>
    <artifactId>lucene-instantiated</artifactId>
    <version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-instantiated/
implementation 'org.apache.lucene:lucene-instantiated:3.3.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-instantiated/
implementation ("org.apache.lucene:lucene-instantiated:3.3.0")
'org.apache.lucene:lucene-instantiated:jar:3.3.0'
<dependency org="org.apache.lucene" name="lucene-instantiated" rev="3.3.0">
  <artifact name="lucene-instantiated" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-instantiated', version='3.3.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-instantiated" % "3.3.0"
[org.apache.lucene/lucene-instantiated "3.3.0"]