License |
License |
---|---|
GroupId | GroupIdgov.nasa.pds.model |
ArtifactId | ArtifactIdmodel-ontology |
Version | Version14.0.8 |
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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
model-ontology-14.0.8.pom | |
model-ontology-14.0.8.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>14.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/
implementation 'gov.nasa.pds.model:model-ontology:14.0.8'
// https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/
implementation ("gov.nasa.pds.model:model-ontology:14.0.8")
'gov.nasa.pds.model:model-ontology:jar:14.0.8'
<dependency org="gov.nasa.pds.model" name="model-ontology" rev="14.0.8">
<artifact name="model-ontology" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds.model', module='model-ontology', version='14.0.8')
)
libraryDependencies += "gov.nasa.pds.model" % "model-ontology" % "14.0.8"
[gov.nasa.pds.model/model-ontology "14.0.8"]