How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.moomanow.web.struts</groupId>
<artifactId>struts-tag-bom</artifactId>
<version>0.0.12</version>
</dependency>
Choose a version of com.moomanow.web.struts : struts-tag-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
struts-tag-bom-0.0.12
|
||
struts-tag-bom-0.0.11
|
|||
struts-tag-bom-0.0.10
|
|||
struts-tag-bom-0.0.9
|
|||
struts-tag-bom-0.0.2
|
|||
struts-tag-bom-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.moomanow.web.struts</groupId>
<artifactId>struts-tag-bom</artifactId>
<version>0.0.12</version>
</dependency>
Advertisement