License |
License |
---|---|
Categories |
CategoriesH2 Data Databases H2GIS Business Logic Libraries Geospatial |
GroupId | GroupIdorg.orbisgis |
ArtifactId | ArtifactIdh2gis-parent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionH2GIS
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
h2gis-parent-2.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.orbisgis/h2gis-parent/ -->
<dependency>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.orbisgis/h2gis-parent/
implementation 'org.orbisgis:h2gis-parent:2.0.0'
// https://jarcasting.com/artifacts/org.orbisgis/h2gis-parent/
implementation ("org.orbisgis:h2gis-parent:2.0.0")
'org.orbisgis:h2gis-parent:pom:2.0.0'
<dependency org="org.orbisgis" name="h2gis-parent" rev="2.0.0">
<artifact name="h2gis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.orbisgis', module='h2gis-parent', version='2.0.0')
)
libraryDependencies += "org.orbisgis" % "h2gis-parent" % "2.0.0"
[org.orbisgis/h2gis-parent "2.0.0"]