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

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

module net.postgis.jdbc.jts {
  requires java.desktop;
  requires java.sql;

  requires org.locationtech.jts;
  requires org.postgresql.jdbc;

  requires spatial4j;

  requires net.postgis.geometry;
  requires net.postgis.jdbc;

  exports net.postgis.jdbc.jts;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy