c

cypher-parent

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