org.postgresql:postgresql (42.7.1)

Published 2026-02-24 13:44:58 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.postgresql</groupId>
	<artifactId>postgresql</artifactId>
	<version>42.7.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.postgresql:postgresql:42.7.1

About this package

PostgreSQL JDBC Driver Postgresql

Dependencies

org.checkerframework:checker-qual
3.41.0
junit:junit
4.13.2
com.github.waffle:waffle-jna
1.9.1
Details
Maven
2026-02-24 13:44:58 +00:00
0
PostgreSQL JDBC Driver
BSD-2-Clause
1.0 MiB
Assets (2)
Versions (1) View all
42.7.1 2026-02-24