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