MVN

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

Maven & Gradle

Apr 17, 2024

(Sandbox) Local Data Dictionary Tool · The PDS4 LDDTool uses the Maven plugin "model-dmdocument" as an executible jar to process an input XML file. The input XML document is parsed and the contents are validated against the master database. The validated contents are integrated into the master database. The XML Schema and Schematron files are written. The process report and spreadsheet are written. Sandbox version: for experimental use only.

<dependency>
    <groupId>gov.nasa.pds.sandbox.model</groupId>
    <artifactId>model-lddtool</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-lddtool to add to Maven - Latest Versions:

  • Latest Stable: 33.0.0

All Versions

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

Version Vulnerabilities Updated
33.0.x
model-lddtool-33.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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