How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>edu.byu.hbll.box</groupId>
<artifactId>box-parent</artifactId>
<version>2.5.2</version>
</dependency>
Choose a version of edu.byu.hbll.box : box-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5.x |
box-parent-2.5.2
|
||
box-parent-2.5.1
|
|||
box-parent-2.5.0
|
|||
2.4.x |
box-parent-2.4.2
|
||
box-parent-2.4.1
|
|||
box-parent-2.4.0
|
|||
2.3.x |
box-parent-2.3.2
|
||
box-parent-2.3.1
|
|||
box-parent-2.3.0
|
|||
2.2.x |
box-parent-2.2.5
|
||
box-parent-2.2.4
|
|||
box-parent-2.2.3
|
|||
box-parent-2.2.2
|
|||
box-parent-2.2.1
|
|||
box-parent-2.2.0
|
|||
2.1.x |
box-parent-2.1.5
|
||
box-parent-2.1.4
|
|||
box-parent-2.1.3
|
|||
box-parent-2.1.2
|
|||
box-parent-2.1.1
|
|||
box-parent-2.1.0
|
|||
2.0.x |
box-parent-2.0.13
|
||
box-parent-2.0.12
|
|||
box-parent-2.0.11
|
|||
box-parent-2.0.10
|
|||
box-parent-2.0.9
|
|||
box-parent-2.0.8
|
|||
box-parent-2.0.7
|
|||
box-parent-2.0.6
|
|||
box-parent-2.0.5
|
|||
box-parent-2.0.4
|
|||
box-parent-2.0.3
|
|||
box-parent-2.0.2
|
|||
box-parent-2.0.1
|
|||
box-parent-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>edu.byu.hbll.box</groupId>
<artifactId>box-parent</artifactId>
<version>2.5.2</version>
</dependency>
Advertisement