Last Version

openCypher Front End 9.0.20210312

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.

License

License

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

front-end-9.0
Version

Version

9.0.20210312
Type

Type

jar
Description

Description

openCypher Front End
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.
Source Code Management

Source Code Management

https://github.com/openCypher/front-end

Download front-end-9.0 9.0.20210312


<!-- https://jarcasting.com/artifacts/org.opencypher/front-end-9.0/ -->
<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>front-end-9.0</artifactId>
    <version>9.0.20210312</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/front-end-9.0/
implementation 'org.opencypher:front-end-9.0:9.0.20210312'
// https://jarcasting.com/artifacts/org.opencypher/front-end-9.0/
implementation ("org.opencypher:front-end-9.0:9.0.20210312")
'org.opencypher:front-end-9.0:jar:9.0.20210312'
<dependency org="org.opencypher" name="front-end-9.0" rev="9.0.20210312">
  <artifact name="front-end-9.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='front-end-9.0', version='9.0.20210312')
)
libraryDependencies += "org.opencypher" % "front-end-9.0" % "9.0.20210312"
[org.opencypher/front-end-9.0 "9.0.20210312"]

Dependencies

compile (9)

Group / Artifact Type Version
org.opencypher : util-9.0 jar 9.0.20210312
org.opencypher : cypher-macros-9.0 jar 9.0.20210312
org.opencypher : expressions-9.0 jar 9.0.20210312
org.opencypher : rewriting-9.0 jar 9.0.20210312
org.opencypher : parser-9.0 jar 9.0.20210312
org.scala-lang : scala-library jar 2.12.7
org.scala-lang : scala-reflect jar 2.12.7
org.parboiled : parboiled-scala_2.12 jar 1.2.0
org.apache.commons : commons-lang3 jar 3.7

test (13)

Group / Artifact Type Version
org.opencypher : rewriting-9.0 test-jar 9.0.20210312
org.opencypher : util-9.0 test-jar 9.0.20210312
org.opencypher : expressions-9.0 test-jar 9.0.20210312
org.opencypher : ast-9.0 test-jar 9.0.20210312
org.opencypher : parser-9.0 test-jar 9.0.20210312
org.opencypher : opencypher-cypher-ast-factory-9.0 jar 9.0.20210312
org.scalacheck : scalacheck_2.12 jar 1.14.0
com.lihaoyi : pprint_2.12 jar 0.5.3
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.18.3
org.scalatest : scalatest_2.12 jar 3.0.5

Project Modules

There are no modules declared in this project.