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