PostgreSQL JDBC Driver
The official JDBC driver for PostgreSQL® — pure Java, JDBC 4.2.

The official JDBC driver for PostgreSQL® — pure Java, JDBC 4.2.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.10</version>
</dependency>implementation("org.postgresql:postgresql:42.7.10")