is not current version
Last Version 4.4.8

org.neo4j:neo4j-lucene-index 3.1.0-M02

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.1.0-M02
Type

Type

jar

Download neo4j-lucene-index 3.1.0-M02


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