Last Version

openCypher Frontend 3.4.18

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

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

openCypher-frontend-1
Version

Version

3.4.18
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 URL

Project URL

http://components.neo4j.org/openCypher-frontend-1/3.4.18
Project Organization

Project Organization

The Neo4j Graph Database Project
Source Code Management

Source Code Management

https://github.com/neo4j/neo4j

Download openCypher-frontend-1 3.4.18


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

Dependencies

compile (6)

Group / Artifact Type Version
org.neo4j : neo4j-cypher-util-3.4 jar 3.4.18
org.neo4j : neo4j-cypher-expression-3.4 jar 3.4.18
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.7

provided (1)

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

test (8)

Group / Artifact Type Version
org.neo4j : neo4j-cypher-util-3.4 test-jar 3.4.18
org.neo4j : neo4j-cypher-expression-3.4 test-jar 3.4.18
org.scalatest : scalatest_2.11 jar 2.2.5
org.scalacheck : scalacheck_2.11 jar 1.12.5
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.