MVN

org.neo4j : neo4j-cypher-acceptance

Maven & Gradle

Dec 12, 2017
12.5k stars

Neo4j - Cypher Acceptance · Neo4j query language acceptance tests

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-acceptance</artifactId>
    <version>2.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.12

All Versions

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

Version Vulnerabilities Updated
3.0.x
neo4j-cypher-acceptance-3.0.12
neo4j-cypher-acceptance-3.0.11
neo4j-cypher-acceptance-3.0.10
2.3.x
neo4j-cypher-acceptance-2.3.12
neo4j-cypher-acceptance-2.3.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-cypher-acceptance</artifactId>
    <version>2.3.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.neo4j:neo4j-cypher-acceptance:2.3.12'

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

implementation("org.neo4j:neo4j-cypher-acceptance:2.3.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.neo4j" % "neo4j-cypher-acceptance" % "2.3.12"

Advertisement