MVN

org.orbisgis : spatial-utilities

Maven & Gradle

May 25, 2016

spatial-utilities · Collection of methods to fetch spatial metadata in SFS database like PostGIS or H2Spatial. 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.

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>spatial-utilities</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.orbisgis : spatial-utilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of org.orbisgis : spatial-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
spatial-utilities-1.2.4
spatial-utilities-1.2.3
spatial-utilities-1.2.2
spatial-utilities-1.2.0
1.1.x
spatial-utilities-1.1.1
spatial-utilities-1.1.0
1.0.x
spatial-utilities-1.0.2
spatial-utilities-1.0.1

How to add a dependency to Maven

Add the following org.orbisgis : spatial-utilities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>spatial-utilities</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.orbisgis : spatial-utilities gradle dependency to your build.gradle file:

implementation 'org.orbisgis:spatial-utilities:1.2.4'

Gradle Kotlin DSL: Add the following org.orbisgis : spatial-utilities gradle kotlin dependency to your build.gradle.kts file:

implementation("org.orbisgis:spatial-utilities:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.orbisgis : spatial-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "org.orbisgis" % "spatial-utilities" % "1.2.4"

Advertisement