MVN

org.apache.sis : parent

Maven & Gradle

Dec 17, 2022

Apache SIS · Apache Spatial Information System (SIS) is a free software, Java language library for developing geospatial applications. SIS provides data structures for geographic features and associated metadata along with methods to manipulate those data structures. The library is an implementation of GeoAPI 3.0.1 interfaces and can be used for desktop or server applications. The SIS metadata module forms the base of the library and enables the creation of metadata objects which comply with the ISO 19115 international standard. The SIS referencing module enable the construction of geodetic data structures for geospatial referencing as defined by ISO 19111 standard, along with the associated operations which enable the transformation of coordinates between different reference systems. The SIS storage modules provide a common approach to the reading and writing of metadata, features and coverages applicable to simple imagery as to many dimensional data structures.

<dependency>
    <groupId>org.apache.sis</groupId>
    <artifactId>parent</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sis : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.apache.sis : parent to add to Maven - All Versions:

  • Version Updated
  • parent-1.3

    Dec 17, 2022
  • parent-1.2

    May 10, 2022
  • parent-1.1

    Sep 30, 2021
  • parent-1.0

    Sep 20, 2019
  • parent-0.8

    Nov 10, 2017
  • parent-0.7

    May 18, 2016
  • parent-0.6

    Sep 11, 2015
  • parent-0.5

    Feb 05, 2015
  • parent-0.4

    Apr 05, 2014
  • parent-0.3

    Aug 14, 2013

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.sis</groupId>
    <artifactId>parent</artifactId>
    <version>1.3</version>
</dependency>