is not current version
Last Version 3.4.18

org.neo4j:openCypher-frontend-1 3.4.15

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.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

openCypher-frontend-1
Version

Version

3.4.15
Type

Type

jar

Download openCypher-frontend-1 3.4.15


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