Download metadata-1.1.1.jar file - Jar m

Jar examples for m:metadata

Description

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.

You can download jar file metadata 1.1.1 in this page.

License

Open Source License

Build File

You can use the following script to add metadata-1.1.1.jar to your project.

<dependency>
   <groupId>com.redhat.lightblue</groupId>
   <artifactId>metadata</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.redhat.lightblue', name: 'metadata', version: '1.1.1'
libraryDependencies += "com.redhat.lightblue" % "metadata" % "1.1.1"
<dependency org="com.redhat.lightblue" name="metadata" rev="1.1.1"/>
@Grapes(@Grab(group='com.redhat.lightblue', module='metadata', version='1.1.1'))
'com.redhat.lightblue:metadata:jar:1.1.1'

Download

Click the following link to download the jar file.

metadata-1.1.1-javadoc.jar
metadata-1.1.1-sources.jar
metadata-1.1.1.jar
metadata-1.1.1.pom



Related Tutorials