
ostgis-jdbc.2021.1.0.source-code.module-info.off Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postgis-jdbc Show documentation
Show all versions of postgis-jdbc Show documentation
PostGIS adds support for geographic objects to the PostgreSQL object-relational database.
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