Last Version

openCypher - Frontend 1.0.2

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.graphfoundation.ongdb
ArtifactId

ArtifactId

openCypher-frontend-1
Version

Version

1.0.2
Type

Type

jar
Description

Description

openCypher - Frontend
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 Organization

Project Organization

Graph Foundation, Inc.
Source Code Management

Source Code Management

https://github.com/graphfoundation/ongdb

Download openCypher-frontend-1 1.0.2


<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/openCypher-frontend-1/ -->
<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>openCypher-frontend-1</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/openCypher-frontend-1/
implementation 'org.graphfoundation.ongdb:openCypher-frontend-1:1.0.2'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/openCypher-frontend-1/
implementation ("org.graphfoundation.ongdb:openCypher-frontend-1:1.0.2")
'org.graphfoundation.ongdb:openCypher-frontend-1:jar:1.0.2'
<dependency org="org.graphfoundation.ongdb" name="openCypher-frontend-1" rev="1.0.2">
  <artifact name="openCypher-frontend-1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='openCypher-frontend-1', version='1.0.2')
)
libraryDependencies += "org.graphfoundation.ongdb" % "openCypher-frontend-1" % "1.0.2"
[org.graphfoundation.ongdb/openCypher-frontend-1 "1.0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.graphfoundation.ongdb : ongdb-geequel-util-3.4 jar 1.0.2
org.graphfoundation.ongdb : ongdb-geequel-expression-3.4 jar 1.0.2
org.scala-lang : scala-library jar 2.11.12
org.scala-lang : scala-reflect jar 2.11.12
org.parboiled : parboiled-scala_2.11 jar 1.1.7
org.apache.commons : commons-lang3 jar 3.8.1

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1

test (8)

Group / Artifact Type Version
org.graphfoundation.ongdb : ongdb-geequel-util-3.4 test-jar 1.0.2
org.graphfoundation.ongdb : ongdb-geequel-expression-3.4 test-jar 1.0.2
org.scalatest : scalatest_2.11 jar 2.2.5
org.scalacheck : scalacheck_2.11 jar 1.12.5
junit : junit jar 4.13.2
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.28.2

Project Modules

There are no modules declared in this project.