is not current version
Last Version 4.4.8

org.neo4j:cypher-parent 2.0.0

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

2.0.0
Type

Type

jar

Download cypher-parent 2.0.0


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