MVN

org.neo4j : neo4j-jdbc-bundle

Maven & Gradle

Feb 28, 2024

Neo4j JDBC Driver (Bundle) · Single jar package of the Neo4j JDBC Driver.

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-jdbc-bundle</artifactId>
    <version>6.0.0-M01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.0-M01

All Versions

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

Version Vulnerabilities Updated
6.0.x
neo4j-jdbc-bundle-6.0.0-M01

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-jdbc-bundle</artifactId>
    <version>6.0.0-M01</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.neo4j:neo4j-jdbc-bundle:6.0.0-M01'

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

implementation("org.neo4j:neo4j-jdbc-bundle:6.0.0-M01")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.neo4j" % "neo4j-jdbc-bundle" % "6.0.0-M01"

Advertisement

Dependencies from Group

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

Discover Dependencies