MVN

gov.nist.secauto.metaschema : metaschema-framework

Maven & Gradle

Aug 15, 2023
10 stars

Metaschema Framework Parent · A common build root for all NIST Java projects related to the Metaschema framework.

<dependency>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-framework</artifactId>
    <version>0.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nist.secauto.metaschema : metaschema-framework to add to Maven - Latest Versions:

  • Latest Stable: 0.12.1

All Versions

Choose a version of gov.nist.secauto.metaschema : metaschema-framework to add to Maven - All Versions:

Version Vulnerabilities Updated
0.12.x
metaschema-framework-0.12.1
metaschema-framework-0.12.0
0.11.x
metaschema-framework-0.11.0
0.10.x
metaschema-framework-0.10.0
0.9.x
metaschema-framework-0.9.0
0.8.x
metaschema-framework-0.8.1
metaschema-framework-0.8.0
0.7.x
metaschema-framework-0.7.0
0.6.x
metaschema-framework-0.6.0
0.5.x
metaschema-framework-0.5.0
0.4.x
metaschema-framework-0.4.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-framework</artifactId>
    <version>0.12.1</version>
</dependency>

Advertisement