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