h

hibernate-spatial

Integrate support for Spatial/GIS data into Hibernate O/RM
https://hibernate.org/orm
GNU Library General Public License v2.1 or later
Hibernate.org
The Hibernate Development Team
Files download
File Operation
hibernate-spatial-7.0.0.Beta2.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-spatial</artifactId>
  <version>7.0.0.Beta2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-spatial:7.0.0.Beta2'
Gradle Kotlin
implementation("org.hibernate:hibernate-spatial:7.0.0.Beta2")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-spatial" % "7.0.0.Beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-spatial', version='7.0.0.Beta2')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-spatial" rev="7.0.0.Beta2" />
Leiningen
[org.hibernate/hibernate-spatial "7.0.0.Beta2"]
Apache Buildr
'org.hibernate:hibernate-spatial:jar:7.0.0.Beta2'
Dependencies
The project has no third-party dependencies