is not current version
Last Version 4.4.8

org.neo4j:cypher-parent 3.0.0-RC1

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.0.0-RC1
Type

Type

jar

Download cypher-parent 3.0.0-RC1


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