Download sis-metadata-0.4.jar file - Jar s

Jar examples for s:sis-metadata

Description

Implementations of metadata derived from ISO 19115. This module provides both an implementation of the metadata interfaces defined in GeoAPI, and a framework for handling those metadata through Java reflection.

You can download jar file sis-metadata 0.4 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>org.apache.sis.core</groupId>
   <artifactId>sis-metadata</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'org.apache.sis.core', name: 'sis-metadata', version: '0.4'
libraryDependencies += "org.apache.sis.core" % "sis-metadata" % "0.4"
<dependency org="org.apache.sis.core" name="sis-metadata" rev="0.4"/>
@Grapes(@Grab(group='org.apache.sis.core', module='sis-metadata', version='0.4'))
'org.apache.sis.core:sis-metadata:jar:0.4'

Download

Click the following link to download the jar file.

sis-metadata-0.4-javadoc.jar
sis-metadata-0.4-sources.jar
sis-metadata-0.4-tests.jar
sis-metadata-0.4.jar
sis-metadata-0.4.pom



Related Tutorials