MVN

org.neo4j : neo4j-jdbc-translator-spi

Maven & Gradle

Feb 28, 2024

Neo4j JDBC Driver (SQL Translator SPI) · SPI for to be implemented by any SQL to Cypher translation service.

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

Latest Version

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

  • Latest Stable: 6.0.0-M01

All Versions

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

Version Vulnerabilities Updated
6.0.x
neo4j-jdbc-translator-spi-6.0.0-M01

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-jdbc-translator-spi</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-translator-spi gradle dependency to your build.gradle file:

implementation 'org.neo4j:neo4j-jdbc-translator-spi:6.0.0-M01'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

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

Discover Dependencies