License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdopenCypher-frontend-1 |
Last Version | Last Version3.4.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionopenCypher 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
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 |