h

h2gis

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 General Public License (GPLV3+)
CNRS
Nicolas Fortin Erwan Bocher Adam Gouge
文件下载
文件名 操作
h2gis-1.2.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>h2gis</artifactId>
  <version>1.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:h2gis:1.2.3'
Gradle Kotlin
implementation("org.orbisgis:h2gis:1.2.3")
Scala SBT
libraryDependencies += "org.orbisgis" % "h2gis" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='h2gis', version='1.2.3')
)
Apache Ivy
<dependency org="org.orbisgis" name="h2gis" rev="1.2.3" />
Leiningen
[org.orbisgis/h2gis "1.2.3"]
Apache Buildr
'org.orbisgis:h2gis:jar:1.2.3'