MVN

org.geotoolkit : metadata

Maven & Gradle

Nov 02, 2012

Metadata · Group of modules related to handling metadata. The "geotk-metadata" sub-module contains the core classes and an implementation of the ISO 19115 standard. The "geotk-metadata-sql" sub-module provides services for metadata storage in a SQL database. The "geotk-metadata-fra" sub-module is a profile of ISO 19115.

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>metadata</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geotoolkit : metadata to add to Maven - Latest Versions:

  • Latest Stable: 3.20-geoapi-3.0

All Versions

Choose a version of org.geotoolkit : metadata to add to Maven - All Versions:

Version Vulnerabilities Updated
3.20
metadata-3.20-geoapi-3.0
3.19
metadata-3.19-geoapi-3.0
3.18
metadata-3.18-geoapi-3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>metadata</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>