MVN

org.neo4j.driver : testkit-backend

Maven & Gradle

Feb 04, 2022

Neo4j Java Driver Testkit Backend · Integration component for use with Testkit

<dependency>
    <groupId>org.neo4j.driver</groupId>
    <artifactId>testkit-backend</artifactId>
    <version>4.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.driver : testkit-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.9
  • Latest Release Candidate: 4.3.0-rc01
  • Latest Beta: 4.3.0-beta01
  • Latest Alpha: 4.3.0-alpha01

All Versions

Choose a version of org.neo4j.driver : testkit-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
testkit-backend-4.3.4
testkit-backend-4.3.3
testkit-backend-4.3.2
testkit-backend-4.3.1
testkit-backend-4.3.0
testkit-backend-4.3.0-rc01
testkit-backend-4.3.0-beta01
testkit-backend-4.3.0-alpha01
4.2.x
testkit-backend-4.2.9
testkit-backend-4.2.8
testkit-backend-4.2.7
testkit-backend-4.2.6
testkit-backend-4.2.5
testkit-backend-4.2.4
testkit-backend-4.2.3
testkit-backend-4.2.2
testkit-backend-4.2.1
testkit-backend-4.2.0
testkit-backend-4.2.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j.driver</groupId>
    <artifactId>testkit-backend</artifactId>
    <version>4.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.driver : testkit-backend gradle dependency to your build.gradle file:

implementation 'org.neo4j.driver:testkit-backend:4.2.9'

Gradle Kotlin DSL: Add the following org.neo4j.driver : testkit-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.driver:testkit-backend:4.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.driver : testkit-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.driver" % "testkit-backend" % "4.2.9"