is not current version
Last Version 4.4.8

org.neo4j:cypher-parent 3.3.4

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

3.3.4
Type

Type

jar

Download cypher-parent 3.3.4


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