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>
Choose a version of gov.nist.secauto.metaschema : metaschema-framework to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.1</version>
</dependency>
Advertisement