MVN

org.neo4j : neo4j-jdbc-http

Maven & Gradle

Dec 21, 2022
2 usages
117 stars

Neo4j JDBC Http · Http implementation for the Neo4j JDBC Driver

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-jdbc-http</artifactId>
    <version>4.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.9

All Versions

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

Version Vulnerabilities Updated
4.0.x
neo4j-jdbc-http-4.0.9
neo4j-jdbc-http-4.0.7
neo4j-jdbc-http-4.0.6
neo4j-jdbc-http-4.0.5
neo4j-jdbc-http-4.0.4
neo4j-jdbc-http-4.0.3
neo4j-jdbc-http-4.0.2
neo4j-jdbc-http-4.0.1
neo4j-jdbc-http-4.0.0
3.5.x
neo4j-jdbc-http-3.5.2
neo4j-jdbc-http-3.5.1
3.4.x
neo4j-jdbc-http-3.4.0
3.3.x
neo4j-jdbc-http-3.3.1
neo4j-jdbc-http-3.3.0
3.1.x
neo4j-jdbc-http-3.1.0
3.0.x
neo4j-jdbc-http-3.0.3
neo4j-jdbc-http-3.0.1
3.0
neo4j-jdbc-http-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-jdbc-http</artifactId>
    <version>4.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.neo4j:neo4j-jdbc-http:4.0.9'

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

implementation("org.neo4j:neo4j-jdbc-http:4.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.neo4j" % "neo4j-jdbc-http" % "4.0.9"

Advertisement

Dependencies from Group

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

Discover Dependencies