c

cypher-parent

Project that builds the Neo4j Cypher modules as part of the Community distribution.
https://ongdb.graphfoundation.org/${project.artifactId}/${project.version}
Files download
File Operation
cypher-parent-3.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb</groupId>
  <artifactId>cypher-parent</artifactId>
  <version>3.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb:cypher-parent:3.6.0'
Gradle Kotlin
implementation("org.graphfoundation.ongdb:cypher-parent:3.6.0")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb" % "cypher-parent" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb', module='cypher-parent', version='3.6.0')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb" name="cypher-parent" rev="3.6.0" />
Leiningen
[org.graphfoundation.ongdb/cypher-parent "3.6.0"]
Apache Buildr
'org.graphfoundation.ongdb:cypher-parent:jar:3.6.0'