License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-front-end |
Version | Version4.3.3 |
Type | Typejar |
Description |
DescriptionopenCypher 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neo4j-front-end-4.3.3.pom | |
neo4j-front-end-4.3.3.jar | 339 KB |
neo4j-front-end-4.3.3-tests.jar | 508 KB |
neo4j-front-end-4.3.3-sources.jar | 58 KB |
neo4j-front-end-4.3.3-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-front-end/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-front-end</artifactId>
<version>4.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-front-end/
implementation 'org.neo4j:neo4j-front-end:4.3.3'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-front-end/
implementation ("org.neo4j:neo4j-front-end:4.3.3")
'org.neo4j:neo4j-front-end:jar:4.3.3'
<dependency org="org.neo4j" name="neo4j-front-end" rev="4.3.3">
<artifact name="neo4j-front-end" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-front-end', version='4.3.3')
)
libraryDependencies += "org.neo4j" % "neo4j-front-end" % "4.3.3"
[org.neo4j/neo4j-front-end "4.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-util | jar | 4.3.3 |
org.neo4j : neo4j-expressions | jar | 4.3.3 |
org.neo4j : neo4j-rewriting | jar | 4.3.3 |
org.neo4j : neo4j-parser | jar | 4.3.3 |
org.neo4j : neo4j-cypher-macros | jar | 4.3.3 |
org.scala-lang : scala-reflect | jar | 2.12.13 |
org.parboiled : parboiled-scala_2.12 | jar | 1.2.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.scala-lang : scala-library | jar | 2.12.13 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-rewriting | test-jar | 4.3.3 |
org.neo4j : neo4j-util | test-jar | 4.3.3 |
org.neo4j : neo4j-expressions | test-jar | 4.3.3 |
org.neo4j : neo4j-ast | test-jar | 4.3.3 |
org.neo4j : neo4j-parser | test-jar | 4.3.3 |
org.neo4j : neo4j-cypher-ast-factory | jar | 4.3.3 |
org.scalacheck : scalacheck_2.12 | jar | 1.14.0 |
com.lihaoyi : pprint_2.12 | jar | 0.6.0 |
org.scalatest : scalatest_2.12 | jar | 3.0.5 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.7.7 |