h

h2gis-utilities

Collection of methods to fetch spatial metadata in SFS database like PostGIS or H2GIS. Theses functions can be commonly used either in PostGIS or in H2. Spatial utilities publish also a DataSourceFactory wrapper that provide JDBC Wrapper for spatial functionality.
http://github.com/orbisgis/H2GIS
GNU Lesser General Public License (LGPLV3+)
CNRS
Files download
File Operation
h2gis-utilities-2.2.1.jar download
h2gis-utilities-2.2.1.pom download
h2gis-utilities-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>h2gis-utilities</artifactId>
  <version>2.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:h2gis-utilities:2.2.1'
Gradle Kotlin
implementation("org.orbisgis:h2gis-utilities:2.2.1")
Scala SBT
libraryDependencies += "org.orbisgis" % "h2gis-utilities" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='h2gis-utilities', version='2.2.1')
)
Apache Ivy
<dependency org="org.orbisgis" name="h2gis-utilities" rev="2.2.1" />
Leiningen
[org.orbisgis/h2gis-utilities "2.2.1"]
Apache Buildr
'org.orbisgis:h2gis-utilities:jar:2.2.1'