Last Version

openCypher Front End 2.0.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.

License

License

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

front-end-9.1
Version

Version

2.0.0
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.
Project URL

Project URL

http://components.neo4j.org/front-end-9.1/2.0.0
Source Code Management

Source Code Management

https://github.com/neo4j/neo4j

Download front-end-9.1 2.0.0


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

Dependencies

compile (10)

Group / Artifact Type Version
org.opencypher : util-9.1 jar 2.0.0
org.opencypher : expressions-9.1 jar 2.0.0
org.opencypher : rewriting-9.1 jar 2.0.0
org.opencypher : parser-9.1 jar 2.0.0
org.scala-lang : scala-library jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12
org.scalatest : scalatest_2.11 jar 2.2.5
org.scalacheck : scalacheck_2.11 jar 1.12.5
org.parboiled : parboiled-scala_2.11 jar 1.1.7
org.apache.commons : commons-lang3 jar 3.7

test (9)

Group / Artifact Type Version
org.opencypher : rewriting-9.1 test-jar 2.0.0
org.opencypher : util-9.1 test-jar 2.0.0
org.opencypher : expressions-9.1 test-jar 2.0.0
org.opencypher : ast-9.1 test-jar 2.0.0
org.opencypher : parser-9.1 test-jar 2.0.0
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

Project Modules

There are no modules declared in this project.