Installing EDB JDBC Connector using Maven v42.5.4.2

EDB supports installing EDB JDBC Connector using the Maven dependency manager. EDB-JDBC is published in the Maven Central Repository with the following groupId and artifactId:

  • groupId: com.enterprisedb
  • artifactId: edb-jdbc

Add the following dependency for EDB-JDBC in your pom.xml file to install and configure the EDB JDBC Connector. Ensure you provide the correct version to install:

<dependency>
    <groupId>com.enterprisedb</groupId>
    <artifactId>edb-jdbc</artifactId>
    <version>42.5.4.2</version>
</dependency>