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

modules.org.hibernate.spatial.main.module.xml Maven / Gradle / Ivy

There is a newer version: 2.7.0.Final
Show newest version
<module xmlns="urn:jboss:module:1.3" name="org.hibernate.spatial">
  <resources>
    <artifact name="org.hibernate:hibernate-spatial:${version.hibernate-spatial}"/>
    <artifact name="org.geolatte:geolatte-geom:${version.geolatte}"/>
    <artifact name="com.vividsolutions:jts:${version.vividsolutions-jts}"/>
  </resources>

  <dependencies>
    <module name="org.hibernate"/>
    <module name="org.jboss.logging"/>
    <module name="org.dom4j"/>
    <module name="org.slf4j"/>

    <module name="org.postgresql" optional="true"/>
  </dependencies>
</module>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy