is not current version
Last Version 4.4.8

org.neo4j:cypher-parent 4.0.6

Project that builds the Neo4j Cypher modules as part of the Community distribution.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

cypher-parent
Version

Version

4.0.6
Type

Type

pom

Download cypher-parent 4.0.6

Filename Size
cypher-parent-4.0.6.pom 6 KB
Browse

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