s

sis-metadata

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.
Martin Desruisseaux
文件下载
文件名 操作
sis-metadata-0.8.jar 下载
sis-metadata-0.8.pom 下载
sis-metadata-0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.sis.core</groupId>
  <artifactId>sis-metadata</artifactId>
  <version>0.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis.core:sis-metadata:0.8'
Gradle Kotlin
implementation("org.apache.sis.core:sis-metadata:0.8")
Scala SBT
libraryDependencies += "org.apache.sis.core" % "sis-metadata" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis.core', module='sis-metadata', version='0.8')
)
Apache Ivy
<dependency org="org.apache.sis.core" name="sis-metadata" rev="0.8" />
Leiningen
[org.apache.sis.core/sis-metadata "0.8"]
Apache Buildr
'org.apache.sis.core:sis-metadata:jar:0.8'