modules.org.hibernate.spatial.main.module.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-spatial Show documentation
Show all versions of jpa-spatial Show documentation
Java Persistence API with Spatial Extensions
<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