MVN

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

Maven & Gradle

Apr 17, 2024

(Sandbox) Model 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. Sandbox version: for experimental use only.

<dependency>
    <groupId>gov.nasa.pds.sandbox.model</groupId>
    <artifactId>model-ontology</artifactId>
    <version>33.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nasa.pds.sandbox.model : model-ontology to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 33.0.0

All Versions

Choose a version of gov.nasa.pds.sandbox.model : model-ontology to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
33.0.x
model-ontology-33.0.0

How to add a dependency to Maven

Add the following gov.nasa.pds.sandbox.model : model-ontology maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nasa.pds.sandbox.model</groupId>
    <artifactId>model-ontology</artifactId>
    <version>33.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nasa.pds.sandbox.model : model-ontology gradle dependency to your build.gradle file:

implementation 'gov.nasa.pds.sandbox.model:model-ontology:33.0.0'

Gradle Kotlin DSL: Add the following gov.nasa.pds.sandbox.model : model-ontology gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nasa.pds.sandbox.model:model-ontology:33.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nasa.pds.sandbox.model : model-ontology sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nasa.pds.sandbox.model" % "model-ontology" % "33.0.0"