is not current version
Last Version 4.4.8

org.neo4j:neo4j-front-end 4.3.13

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

neo4j-front-end
Version

Version

4.3.13
Type

Type

jar

Download neo4j-front-end 4.3.13


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