MVN

org.neo4j : neo4j-cypher-compiler-2.2

Maven & Gradle

Jun 17, 2016
5 usages
12.4k stars

Neo4j - Cypher Compiler 2.2 · Compiler for Cypher 2.2

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-compiler-2.2</artifactId>
    <version>2.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j : neo4j-cypher-compiler-2.2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.10
  • Latest Release Candidate: 2.2.0-RC01

All Versions

Choose a version of org.neo4j : neo4j-cypher-compiler-2.2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
neo4j-cypher-compiler-2.2-2.2.10
neo4j-cypher-compiler-2.2-2.2.9
neo4j-cypher-compiler-2.2-2.2.8
neo4j-cypher-compiler-2.2-2.2.7
neo4j-cypher-compiler-2.2-2.2.6
neo4j-cypher-compiler-2.2-2.2.5
neo4j-cypher-compiler-2.2-2.2.4
neo4j-cypher-compiler-2.2-2.2.3
neo4j-cypher-compiler-2.2-2.2.2
neo4j-cypher-compiler-2.2-2.2.1
neo4j-cypher-compiler-2.2-2.2.0
neo4j-cypher-compiler-2.2-2.2.0-RC01
neo4j-cypher-compiler-2.2-2.2.0-M04
neo4j-cypher-compiler-2.2-2.2.0-M03
neo4j-cypher-compiler-2.2-2.2.0-M02
neo4j-cypher-compiler-2.2-2.2.0-M01

How to add a dependency to Maven

Add the following org.neo4j : neo4j-cypher-compiler-2.2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-compiler-2.2</artifactId>
    <version>2.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j : neo4j-cypher-compiler-2.2 gradle dependency to your build.gradle file:

implementation 'org.neo4j:neo4j-cypher-compiler-2.2:2.2.10'

Gradle Kotlin DSL: Add the following org.neo4j : neo4j-cypher-compiler-2.2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j:neo4j-cypher-compiler-2.2:2.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j : neo4j-cypher-compiler-2.2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j" % "neo4j-cypher-compiler-2.2" % "2.2.10"

Advertisement