is not current version
Last Version 14.0.8

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

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

10.0.0
Type

Type

jar

Download model-ontology 10.0.0


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