Installation

The AgensGraph JDBC driver allows Java applications to connect seamlessly with AgensGraph, supporting both relational and graph queries via Cypher. You can easily integrate it into your project using Gradle or Maven.

You can download the precompiled driver (JAR) from Maven as follows.

Gradle

implementation group: 'net.bitnine', name: 'agensgraph-jdbc', version: '1.4.3'

Maven

<dependency>
  <groupId>net.bitnine</groupId>
  <artifactId>agensgraph-jdbc</artifactId>
  <version>1.4.3</version>
</dependency>

Make sure to check for the latest version on The Central Repository with GroupId and ArtifactId.