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-6.5.0.CR1.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-spatial</artifactId>
  <version>6.5.0.CR1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-spatial:6.5.0.CR1'
Gradle Kotlin
implementation("org.hibernate:hibernate-spatial:6.5.0.CR1")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-spatial" % "6.5.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-spatial', version='6.5.0.CR1')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-spatial" rev="6.5.0.CR1" />
Leiningen
[org.hibernate/hibernate-spatial "6.5.0.CR1"]
Apache Buildr
'org.hibernate:hibernate-spatial:jar:6.5.0.CR1'
Dependencies
The project has no third-party dependencies