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