MVN

org.neo4j : neo4j-jdbc-text2cypher-bundle

Maven & Gradle

Jun 06, 2024

Neo4j JDBC Driver (text2Cypher Bundle) · Single jar package of the Neo4j JDBC Driver, including the text2cypher translator.

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

Latest Version

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

  • Latest Stable: 6.0.0-M04

All Versions

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

Version Vulnerabilities Updated
6.0.x
neo4j-jdbc-text2cypher-bundle-6.0.0-M04

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.neo4j:neo4j-jdbc-text2cypher-bundle:6.0.0-M04'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

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

Discover Dependencies