MVN

gov.nasa.pds.model : model-lddtool

Maven & Gradle

Jun 17, 2022
7 stars

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.

<dependency>
    <groupId>gov.nasa.pds.model</groupId>
    <artifactId>model-lddtool</artifactId>
    <version>14.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 14.0.8

All Versions

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

Version Vulnerabilities Updated
14.0.x
model-lddtool-14.0.8
13.1.x
model-lddtool-13.1.0
13.0.x
model-lddtool-13.0.2
model-lddtool-13.0.1
model-lddtool-13.0.0
12.1.x
model-lddtool-12.1.0
12.0.x
model-lddtool-12.0.3
model-lddtool-12.0.2
model-lddtool-12.0.0
11.3.x
model-lddtool-11.3.2
model-lddtool-11.3.1
model-lddtool-11.3.0
11.2.x
model-lddtool-11.2.3
model-lddtool-11.2.2
model-lddtool-11.2.1
model-lddtool-11.2.0
11.1.x
model-lddtool-11.1.0
11.0.x
model-lddtool-11.0.0
10.1.x
model-lddtool-10.1.2
model-lddtool-10.1.1
model-lddtool-10.1.0
10.0.x
model-lddtool-10.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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