is not current version
Last Version 3.1.9

org.neo4j:neo4j-cypher-frontend-3.1 3.1.4

Front end of the Cypher compiler

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-cypher-frontend-3.1
Version

Version

3.1.4
Type

Type

jar

Download neo4j-cypher-frontend-3.1 3.1.4


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