
ostgis-jdbc-java2d.2024.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-java2d Show documentation
Show all versions of postgis-jdbc-java2d Show documentation
Transparent readonly support for PostGIS objects as Java2D path objects
The newest version!
module net.postgis.jdbc.java2d {
requires java.desktop;
requires java.sql;
requires org.postgresql.jdbc;
requires net.postgis.geometry;
requires net.postgis.jdbc;
exports net.postgis.jdbc.java2d;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy