| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.apache.sis.core |
| ArtifactId | ArtifactIdsis-metadata |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionApache 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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sis-metadata-1.0.pom | |
| sis-metadata-1.0.jar | 839 KB |
| sis-metadata-1.0-sources.jar | 1 MB |
| sis-metadata-1.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sis.core/sis-metadata/ -->
<dependency>
<groupId>org.apache.sis.core</groupId>
<artifactId>sis-metadata</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sis.core/sis-metadata/
implementation 'org.apache.sis.core:sis-metadata:1.0'
// https://jarcasting.com/artifacts/org.apache.sis.core/sis-metadata/
implementation ("org.apache.sis.core:sis-metadata:1.0")
'org.apache.sis.core:sis-metadata:jar:1.0'
<dependency org="org.apache.sis.core" name="sis-metadata" rev="1.0">
<artifact name="sis-metadata" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sis.core', module='sis-metadata', version='1.0')
)
libraryDependencies += "org.apache.sis.core" % "sis-metadata" % "1.0"
[org.apache.sis.core/sis-metadata "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.sis.core : sis-utility | jar | 1.0 |
| javax.measure : unit-api | jar | |
| org.opengis : geoapi | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
| org.apache.derby : derby | jar | 10.14.2.0 |
| org.hsqldb : hsqldb | jar | 2.5.0 |
| org.postgresql : postgresql | jar | 42.2.6 |
| org.opengis : geoapi-conformance | jar | 3.0.1 |
| junit : junit | jar |