How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-fw-service-parent</artifactId>
<version>1.0.30</version>
</dependency>
Choose a version of com.butor : butor-fw-service-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
butor-fw-service-parent-1.0.30
|
||
butor-fw-service-parent-1.0.29
|
|||
butor-fw-service-parent-1.0.28
|
|||
butor-fw-service-parent-1.0.27
|
|||
butor-fw-service-parent-1.0.25
|
|||
butor-fw-service-parent-1.0.24
|
|||
butor-fw-service-parent-1.0.23
|
|||
butor-fw-service-parent-1.0.22
|
|||
butor-fw-service-parent-1.0.21
|
|||
butor-fw-service-parent-1.0.19
|
|||
butor-fw-service-parent-1.0.18
|
|||
butor-fw-service-parent-1.0.17
|
|||
butor-fw-service-parent-1.0.14
|
|||
butor-fw-service-parent-1.0.13
|
|||
butor-fw-service-parent-1.0.12
|
|||
butor-fw-service-parent-1.0.9
|
|||
butor-fw-service-parent-1.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-fw-service-parent</artifactId>
<version>1.0.30</version>
</dependency>
Advertisement