MVN

org.geolatte : geolatte-common-hibernate

Maven & Gradle

Apr 25, 2014
1 usages
3 stars

geolatte-common-hibernate · This GeoLatte-common-hibernate library contains classes that depend on Hibernate (Spatial).

<dependency>
    <groupId>org.geolatte</groupId>
    <artifactId>geolatte-common-hibernate</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geolatte : geolatte-common-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of org.geolatte : geolatte-common-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
geolatte-common-hibernate-0.7
0.6
geolatte-common-hibernate-0.6
0.5.x
geolatte-common-hibernate-0.5.1
0.5
geolatte-common-hibernate-0.5

How to add a dependency to Maven

Add the following org.geolatte : geolatte-common-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geolatte</groupId>
    <artifactId>geolatte-common-hibernate</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geolatte : geolatte-common-hibernate gradle dependency to your build.gradle file:

implementation 'org.geolatte:geolatte-common-hibernate:0.7'

Gradle Kotlin DSL: Add the following org.geolatte : geolatte-common-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geolatte:geolatte-common-hibernate:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geolatte : geolatte-common-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geolatte" % "geolatte-common-hibernate" % "0.7"

Advertisement