How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.oasp.java.boms</groupId>
<artifactId>oasp4j-minimal-bom</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of io.oasp.java.boms : oasp4j-minimal-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
oasp4j-minimal-bom-3.0.0
|
||
oasp4j-minimal-bom-3.0.0-alpha.1
|
|||
2.6.x |
oasp4j-minimal-bom-2.6.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.oasp.java.boms</groupId>
<artifactId>oasp4j-minimal-bom</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement