is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:cypher-parent 3.6.0

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

GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

cypher-parent
Version

Version

3.6.0
Type

Type

pom

Download cypher-parent 3.6.0

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

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