MVN

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

Maven & Gradle

Apr 17, 2024

(Sandbox) Model DM-Document Maven Plugin · The Model DM-Document component provides Maven plugins that generate DM documents and other artifacts from ontologies. Sandbox version: for experimental use only.

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

Latest Version

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

  • Latest Stable: 33.0.0

All Versions

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

Version Vulnerabilities Updated
33.0.x
model-dmdocument-33.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>gov.nasa.pds.sandbox.model</groupId>
    <artifactId>model-dmdocument</artifactId>
    <version>33.0.0</version>
</plugin>