f

front-end-9.1

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.1-2.0.0.jar download
front-end-9.1-2.0.0.pom download
front-end-9.1-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>front-end-9.1</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencypher:front-end-9.1:2.0.0'
Gradle Kotlin
implementation("org.opencypher:front-end-9.1:2.0.0")
Scala SBT
libraryDependencies += "org.opencypher" % "front-end-9.1" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencypher', module='front-end-9.1', version='2.0.0')
)
Apache Ivy
<dependency org="org.opencypher" name="front-end-9.1" rev="2.0.0" />
Leiningen
[org.opencypher/front-end-9.1 "2.0.0"]
Apache Buildr
'org.opencypher:front-end-9.1:jar:2.0.0'