License |
License |
---|---|
Categories |
CategoriesH2 Data Databases H2GIS Business Logic Libraries Geospatial |
GroupId | GroupIdorg.orbisgis |
ArtifactId | ArtifactIdh2gis |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionh2gis-functions
Main module of the H2GIS distribution. It extends H2 by adding spatial storage and analysis
capabilities.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
h2gis-2.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.orbisgis/h2gis/ -->
<dependency>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.orbisgis/h2gis/
implementation 'org.orbisgis:h2gis:2.0.0'
// https://jarcasting.com/artifacts/org.orbisgis/h2gis/
implementation ("org.orbisgis:h2gis:2.0.0")
'org.orbisgis:h2gis:pom:2.0.0'
<dependency org="org.orbisgis" name="h2gis" rev="2.0.0">
<artifact name="h2gis" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.orbisgis', module='h2gis', version='2.0.0')
)
libraryDependencies += "org.orbisgis" % "h2gis" % "2.0.0"
[org.orbisgis/h2gis "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-compress | jar | 1.21 |
org.orbisgis : cts | jar | 1.6.0 |
com.h2database : h2 | jar | 2.1.210 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
org.locationtech.jts : jts-core | jar | 1.18.2 |
org.orbisgis : poly2tri | jar | 0.4.0 |
org.orbisgis : h2gis-api | jar | 2.0.0 |
org.orbisgis : h2gis-utilities | jar | 2.0.0 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.enterprise | jar | 5.0.0 |
org.osgi : org.osgi.compendium | jar | 5.0.0 |
org.osgi : org.osgi.core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.orbisgis : h2gis-test-utilities | jar | 2.0.0 |
org.orbisgis : postgis-jts-osgi | jar | 2.0.0 |