License |
License |
---|---|
GroupId | GroupIdgov.nasa.pds.model |
ArtifactId | ArtifactIdmodel-ontology |
Version | Version13.0.2 |
Type | Typejar |
Description |
DescriptionModel Ontology
The PDS4 Model Ontology component conains the Protégé ontology instances for the PDS4 information and data model, and uses the Maven plugin "model-dmdocument" to generate documentation and other artifcats from the ontology into a generated JAR file.
|
Project URL |
Project URL |
Filename | Size |
---|---|
model-ontology-13.0.2.pom | |
model-ontology-13.0.2.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/ -->
<dependency>
<groupId>gov.nasa.pds.model</groupId>
<artifactId>model-ontology</artifactId>
<version>13.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/
implementation 'gov.nasa.pds.model:model-ontology:13.0.2'
// https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/
implementation ("gov.nasa.pds.model:model-ontology:13.0.2")
'gov.nasa.pds.model:model-ontology:jar:13.0.2'
<dependency org="gov.nasa.pds.model" name="model-ontology" rev="13.0.2">
<artifact name="model-ontology" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds.model', module='model-ontology', version='13.0.2')
)
libraryDependencies += "gov.nasa.pds.model" % "model-ontology" % "13.0.2"
[gov.nasa.pds.model/model-ontology "13.0.2"]