MVN

org.neo4j : cypher-shell-integration-test

Maven & Gradle

Aug 24, 2023
12.4k stars

Neo4j - Cypher Shell Integration Test · Project that runs Cypher Shell integration tests. Disabled by default, run with -DenableCypherShellIntegrationTest to enable.

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>cypher-shell-integration-test</artifactId>
    <version>4.4.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.25

All Versions

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

Version Vulnerabilities Updated
5.11.x
cypher-shell-integration-test-5.11.0
5.10.x
cypher-shell-integration-test-5.10.0
5.9.x
cypher-shell-integration-test-5.9.0
5.8.x
cypher-shell-integration-test-5.8.0
5.7.x
cypher-shell-integration-test-5.7.0
5.6.x
cypher-shell-integration-test-5.6.0
5.5.x
cypher-shell-integration-test-5.5.0
5.4.x
cypher-shell-integration-test-5.4.0
5.3.x
cypher-shell-integration-test-5.3.0
5.2.x
cypher-shell-integration-test-5.2.0
5.1.x
cypher-shell-integration-test-5.1.0
4.4.x
cypher-shell-integration-test-4.4.25
cypher-shell-integration-test-4.4.24
cypher-shell-integration-test-4.4.23
cypher-shell-integration-test-4.4.22
cypher-shell-integration-test-4.4.21
cypher-shell-integration-test-4.4.20
cypher-shell-integration-test-4.4.19
cypher-shell-integration-test-4.4.18
cypher-shell-integration-test-4.4.17
cypher-shell-integration-test-4.4.16
cypher-shell-integration-test-4.4.15
cypher-shell-integration-test-4.4.14
cypher-shell-integration-test-4.4.13
cypher-shell-integration-test-4.4.12
cypher-shell-integration-test-4.4.11
cypher-shell-integration-test-4.4.10
cypher-shell-integration-test-4.4.9
cypher-shell-integration-test-4.4.8
cypher-shell-integration-test-4.4.7
cypher-shell-integration-test-4.4.6
cypher-shell-integration-test-4.4.5
cypher-shell-integration-test-4.4.4
cypher-shell-integration-test-4.4.3
cypher-shell-integration-test-4.4.2
cypher-shell-integration-test-4.4.1
cypher-shell-integration-test-4.4.0
4.3.x
cypher-shell-integration-test-4.3.23
cypher-shell-integration-test-4.3.22
cypher-shell-integration-test-4.3.21
cypher-shell-integration-test-4.3.20
cypher-shell-integration-test-4.3.19
cypher-shell-integration-test-4.3.18
cypher-shell-integration-test-4.3.17
cypher-shell-integration-test-4.3.16
cypher-shell-integration-test-4.3.15
cypher-shell-integration-test-4.3.14
cypher-shell-integration-test-4.3.13
cypher-shell-integration-test-4.3.12
cypher-shell-integration-test-4.3.11
cypher-shell-integration-test-4.3.10
cypher-shell-integration-test-4.3.9
cypher-shell-integration-test-4.3.8
cypher-shell-integration-test-4.3.7
cypher-shell-integration-test-4.3.6
cypher-shell-integration-test-4.3.5
cypher-shell-integration-test-4.3.4
cypher-shell-integration-test-4.3.3
cypher-shell-integration-test-4.3.2
cypher-shell-integration-test-4.3.1
cypher-shell-integration-test-4.3.0
4.2.x
cypher-shell-integration-test-4.2.19
cypher-shell-integration-test-4.2.18
cypher-shell-integration-test-4.2.17
cypher-shell-integration-test-4.2.16
cypher-shell-integration-test-4.2.15
cypher-shell-integration-test-4.2.14
cypher-shell-integration-test-4.2.13
cypher-shell-integration-test-4.2.12
cypher-shell-integration-test-4.2.11
cypher-shell-integration-test-4.2.10
cypher-shell-integration-test-4.2.9
cypher-shell-integration-test-4.2.8
cypher-shell-integration-test-4.2.7
cypher-shell-integration-test-4.2.6
cypher-shell-integration-test-4.2.5
cypher-shell-integration-test-4.2.4
cypher-shell-integration-test-4.2.3
cypher-shell-integration-test-4.2.2
4.1.x
cypher-shell-integration-test-4.1.12
cypher-shell-integration-test-4.1.11
cypher-shell-integration-test-4.1.10
cypher-shell-integration-test-4.1.9
cypher-shell-integration-test-4.1.8
cypher-shell-integration-test-4.1.7
cypher-shell-integration-test-4.1.6
4.0.x
cypher-shell-integration-test-4.0.12
cypher-shell-integration-test-4.0.11
3.5.x
cypher-shell-integration-test-3.5.26

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>cypher-shell-integration-test</artifactId>
    <version>4.4.25</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.neo4j:cypher-shell-integration-test:4.4.25'

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

implementation("org.neo4j:cypher-shell-integration-test:4.4.25")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.neo4j" % "cypher-shell-integration-test" % "4.4.25"

Advertisement

Dependencies from Group

Aug 24, 2023
265 usages
12.4k stars
Aug 24, 2023
227 usages
12.4k stars
Aug 24, 2023
168 usages
12.4k stars
Aug 24, 2023
86 usages
12.4k stars
Aug 24, 2023
83 usages
12.4k stars

Discover Dependencies

Aug 24, 2023
11.5k stars
Aug 24, 2023
12.4k stars
Aug 24, 2023
12.4k stars
Aug 24, 2023
12.4k stars
Aug 21, 2023
425 stars
Aug 24, 2023
12.4k stars
Aug 21, 2023
425 stars
Aug 21, 2023
425 stars