MVN

org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure

Maven & Gradle

Dec 03, 2021
1 usages
58.5k stars

Neo4j Java Driver Test Harness Support for Spring Boot · Support for the Neo4j test harness inside Spring Boot applications.

<dependency>
    <groupId>org.neo4j.driver</groupId>
    <artifactId>neo4j-java-driver-test-harness-spring-boot-autoconfigure</artifactId>
    <version>4.3.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.6.0

All Versions

Choose a version of org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.3.6.0
4.2.x
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.2.7.0
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.2.4.0
4.1.x
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.1.1.1
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.1.1.0
4.0.x
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.0.3.0
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.0.2.1
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.0.1.1
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.0.1.0
neo4j-java-driver-test-harness-spring-boot-autoconfigure-4.0.0.1

How to add a dependency to Maven

Add the following org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j.driver</groupId>
    <artifactId>neo4j-java-driver-test-harness-spring-boot-autoconfigure</artifactId>
    <version>4.3.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'org.neo4j.driver:neo4j-java-driver-test-harness-spring-boot-autoconfigure:4.3.6.0'

Gradle Kotlin DSL: Add the following org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.driver:neo4j-java-driver-test-harness-spring-boot-autoconfigure:4.3.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.driver : neo4j-java-driver-test-harness-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.driver" % "neo4j-java-driver-test-harness-spring-boot-autoconfigure" % "4.3.6.0"