is not current version
Last Version 14.0.8

gov.nasa.pds.model:model-ontology 13.0.1

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.

GroupId

GroupId

gov.nasa.pds.model
ArtifactId

ArtifactId

model-ontology
Version

Version

13.0.1
Type

Type

jar

Download model-ontology 13.0.1


<!-- https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/ -->
<dependency>
    <groupId>gov.nasa.pds.model</groupId>
    <artifactId>model-ontology</artifactId>
    <version>13.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/
implementation 'gov.nasa.pds.model:model-ontology:13.0.1'
// https://jarcasting.com/artifacts/gov.nasa.pds.model/model-ontology/
implementation ("gov.nasa.pds.model:model-ontology:13.0.1")
'gov.nasa.pds.model:model-ontology:jar:13.0.1'
<dependency org="gov.nasa.pds.model" name="model-ontology" rev="13.0.1">
  <artifact name="model-ontology" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds.model', module='model-ontology', version='13.0.1')
)
libraryDependencies += "gov.nasa.pds.model" % "model-ontology" % "13.0.1"
[gov.nasa.pds.model/model-ontology "13.0.1"]