is not current version
Last Version 4.4.8

org.neo4j:cypher-parent 3.4.0-beta02

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.4.0-beta02
Type

Type

pom

Download cypher-parent 3.4.0-beta02


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