How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1</version>
</dependency>
Choose a version of gov.nist.secauto.decima : decima-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
decima-framework-0.7.1
|
||
decima-framework-0.7.0
|
|||
0.6.x |
decima-framework-0.6.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-framework</artifactId>
<version>0.7.1</version>
</dependency>
Advertisement