is not current version
Last Version 4.4.8

org.neo4j:neo4j-fulltext-index 4.0.0-rc01

Fulltext index for neo4j

Categories

Categories

Neo4J Data Databases Dex General Purpose Libraries Utility
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-fulltext-index
Version

Version

4.0.0-rc01
Type

Type

jar

Download neo4j-fulltext-index 4.0.0-rc01


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