h

h2gis-parent

H2GIS is a spatial extension of the H2 database engine in the spirit of PostGIS. It adds support for the Open Geospatial Consortium (OGC) Simple Features for SQL (SFSQL) functions.
http://github.com/orbisgis/H2GIS
GNU Lesser General Public License (LGPLV3+)
CNRS
Nicolas Fortin Erwan Bocher Sylvain Palominos
Files download
File Operation
h2gis-parent-1.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>h2gis-parent</artifactId>
  <version>1.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:h2gis-parent:1.5.0'
Gradle Kotlin
implementation("org.orbisgis:h2gis-parent:1.5.0")
Scala SBT
libraryDependencies += "org.orbisgis" % "h2gis-parent" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='h2gis-parent', version='1.5.0')
)
Apache Ivy
<dependency org="org.orbisgis" name="h2gis-parent" rev="1.5.0" />
Leiningen
[org.orbisgis/h2gis-parent "1.5.0"]
Apache Buildr
'org.orbisgis:h2gis-parent:jar:1.5.0'