f

front-end-9.0

Scala implementation of - parser - abstract syntax tree (AST) - semantic analysis - typing - scoping for openCypher queries, resulting in a normalised AST representation of the query string. See https://www.opencypher.org for more information on the openCypher project and query language.
http://components.neo4j.org/${project.artifactId}/${project.version}
Apache License, Version 2.0
Files download
File Operation
front-end-9.0-9.0.20181012.jar download
front-end-9.0-9.0.20181012.pom download
front-end-9.0-9.0.20181012-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>front-end-9.0</artifactId>
  <version>9.0.20181012</version>
</dependency>
Gradle Groovy
implementation 'org.opencypher:front-end-9.0:9.0.20181012'
Gradle Kotlin
implementation("org.opencypher:front-end-9.0:9.0.20181012")
Scala SBT
libraryDependencies += "org.opencypher" % "front-end-9.0" % "9.0.20181012"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher', module='front-end-9.0', version='9.0.20181012')
)
Apache Ivy
<dependency org="org.opencypher" name="front-end-9.0" rev="9.0.20181012" />
Leiningen
[org.opencypher/front-end-9.0 "9.0.20181012"]
Apache Buildr
'org.opencypher:front-end-9.0:jar:9.0.20181012'