All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ostgis-jdbc.2021.1.0.source-code.module-info.off Maven / Gradle / Ivy

Go to download

PostGIS adds support for geographic objects to the PostgreSQL object-relational database.

There is a newer version: 2024.1.0
Show newest version
module net.postgis.jdbc {
  requires java.sql;

  requires org.postgresql.jdbc;

  requires net.postgis.geometry;

  exports net.postgis.jdbc;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy