| Categories | CategoriesNeo4J Data Databases Dex General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdorg.neo4j | 
| ArtifactId | ArtifactIdneo4j-lucene-index | 
| Version | Version3.2.0-alpha03 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-lucene-index/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-lucene-index</artifactId>
    <version>3.2.0-alpha03</version>
</dependency>// https://jarcasting.com/artifacts/org.neo4j/neo4j-lucene-index/
implementation 'org.neo4j:neo4j-lucene-index:3.2.0-alpha03'// https://jarcasting.com/artifacts/org.neo4j/neo4j-lucene-index/
implementation ("org.neo4j:neo4j-lucene-index:3.2.0-alpha03")'org.neo4j:neo4j-lucene-index:jar:3.2.0-alpha03'<dependency org="org.neo4j" name="neo4j-lucene-index" rev="3.2.0-alpha03">
  <artifact name="neo4j-lucene-index" type="jar" />
</dependency>@Grapes(
@Grab(group='org.neo4j', module='neo4j-lucene-index', version='3.2.0-alpha03')
)libraryDependencies += "org.neo4j" % "neo4j-lucene-index" % "3.2.0-alpha03"[org.neo4j/neo4j-lucene-index "3.2.0-alpha03"]