o

ongdb-front-end-3.6

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.
https://ongdb.graphfoundation.org/${project.artifactId}/${project.version}
Apache License, Version 2.0
Files download
File Operation
ongdb-front-end-3.6-3.6.2.jar download
ongdb-front-end-3.6-3.6.2.pom download
ongdb-front-end-3.6-3.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb</groupId>
  <artifactId>ongdb-front-end-3.6</artifactId>
  <version>3.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb:ongdb-front-end-3.6:3.6.2'
Gradle Kotlin
implementation("org.graphfoundation.ongdb:ongdb-front-end-3.6:3.6.2")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-front-end-3.6" % "3.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb', module='ongdb-front-end-3.6', version='3.6.2')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb" name="ongdb-front-end-3.6" rev="3.6.2" />
Leiningen
[org.graphfoundation.ongdb/ongdb-front-end-3.6 "3.6.2"]
Apache Buildr
'org.graphfoundation.ongdb:ongdb-front-end-3.6:jar:3.6.2'