is not current version
Last Version 4.4.8

org.neo4j:neo4j-lucene-index 3.2.0-alpha02

Integration layer between Neo4j and Lucene, providing one possible implementation of the Index API.

Categories

Categories

Neo4J Data Databases Dex General Purpose Libraries Utility
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-lucene-index
Version

Version

3.2.0-alpha02
Type

Type

jar

Download neo4j-lucene-index 3.2.0-alpha02


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