How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.radiusnetworks.flybuy</groupId>
<artifactId>bom</artifactId>
<version>2.8.3</version>
</dependency>
Choose a version of com.radiusnetworks.flybuy : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8.x |
bom-2.8.3
|
||
bom-2.8.2
|
|||
bom-2.8.1
|
|||
bom-2.8.0
|
|||
2.7.x |
bom-2.7.5
|
||
bom-2.7.4
|
|||
bom-2.7.3
|
|||
bom-2.7.2
|
|||
bom-2.7.1
|
|||
bom-2.7.0
|
|||
2.6.x |
bom-2.6.3
|
||
bom-2.6.2
|
|||
bom-2.6.1
|
|||
bom-2.6.0
|
|||
2.5.x |
bom-2.5.3
|
||
bom-2.5.2
|
|||
bom-2.5.1
|
|||
bom-2.5.0
|
|||
2.4.x |
bom-2.4.1
|
||
bom-2.4.0
|
|||
2.3.x |
bom-2.3.1
|
||
bom-2.3.0
|
|||
bom-2.3.0-beta1
|
|||
2.2.x |
bom-2.2.1
|
||
bom-2.2.0
|
|||
bom-2.2.0-beta02
|
|||
bom-2.2.0-beta01
|
|||
2.1.x |
bom-2.1.5
|
||
bom-2.1.4
|
|||
bom-2.1.3
|
|||
bom-2.1.2
|
|||
bom-2.1.1
|
|||
bom-2.1.0
|
|||
2.0.x |
bom-2.0.6
|
||
bom-2.0.5
|
|||
bom-2.0.4
|
|||
bom-2.0.3
|
|||
bom-2.0.2
|
|||
bom-2.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.radiusnetworks.flybuy</groupId>
<artifactId>bom</artifactId>
<version>2.8.3</version>
</dependency>
Advertisement